Memory Pool Memory Pool Refreshing

12,441 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,092 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (47,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,905 859,905 00000000000000000002451652f44d1d221b3e12c8da6c1d7d7919c4b4d62dc4 2.02 MB 2,948 3
859,904 859,904 0000000000000000000034d24e2a7d32f7fd9e31c8d9c9b4a57487477abaedff 1.50 MB 2,731 6
859,903 859,903 0000000000000000000003193eb66faf01b4c8216ac2cfcc391062f37640ea35 1.90 MB 5,250 3
859,902 859,902 0000000000000000000314d7630a2493c668ef108a7a748ebbceb26d08d9e0d3 1.65 MB 5,040 4
859,901 859,901 000000000000000000029db742f7a28a4a94617de349d4347cd6cecf42c6f5fe 1.82 MB 6,464 3
859,900 859,900 000000000000000000023e04ea6277e5bd0b3b639dbae19cda060fd8700fd38c 1.93 MB 5,071 3
859,899 859,899 00000000000000000001a14a6873d8ca13252c3365395fc0f81684c0ab58977a 1.45 MB 7,772 2
859,898 859,898 0000000000000000000014e21b779ba7e647fcd768aa3737ee8d5d4df6f5fdfe 1.58 MB 7,652 2
859,897 859,897 0000000000000000000021b0f28b814f265d8f0dadcdb59a48be706565248ea6 1.76 MB 3,688 4
859,896 859,896 0000000000000000000158e08d8505032d43b2999b484f70235c48911aceddfe 2.06 MB 2,698 4
859,895 859,895 000000000000000000012c4075d9220908db1e9e203b6a196f1ba3514f24b8d3 1.55 MB 3,116 7
859,894 859,894 000000000000000000004447548c299e25d42b994453f214ad78366f873b3c0c 1.74 MB 2,715 6
859,893 859,893 000000000000000000016da4d00cf279f299fb90978cd6139959e10eee919665 1.72 MB 5,783 4
859,892 859,892 00000000000000000000586451d9cc493ed263e46b161aad15d4e7f0ad717053 1.66 MB 4,376 3
859,891 859,891 00000000000000000002dbc7f26160e7b3ae895ac3e87c861c0029713d0bc78f 1.59 MB 2,910 7
859,890 859,890 000000000000000000031073f2731ed87e8c573e9d1c0385c93464642218e2f4 1.57 MB 3,027 8
859,889 859,889 000000000000000000004d68236442a18a238f7a0f868d7c5c0372ecdafb2671 1.47 MB 2,075 5
859,888 859,888 00000000000000000002ca36b9219d19b7d871576eac54faa2cde7f672913abc 1.65 MB 5,391 4
859,887 859,887 00000000000000000000bc4201ad66876a0be4debcaad6349381711eda2504f7 1.60 MB 5,201 2
859,886 859,886 00000000000000000002027c547734691de0a4f4df18d4b00ffcb2f4112a13dc 1.68 MB 7,560 2
859,885 859,885 000000000000000000025bcce0a0638ccd8a3188884d4ec112b3058ab93f261f 1.68 MB 6,386 2
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.30 GB sent, 92.91 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.