Memory Pool Memory Pool Refreshing

3,640 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,584 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (37,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,547 870,547 000000000000000000010dc905ac2d6ec70d1978ef5f189879d2e38c788b7b82 1.28 MB 1,320 2
870,546 870,546 00000000000000000000f8710f40a9e6ff94caba10bb1429dd148aaab55b9923 1.55 MB 2,897 3
870,545 870,545 000000000000000000011377e183117847252ff47da5eb7c1d66a727eaf1ca9e 2.27 MB 1,814 3
870,544 870,544 00000000000000000001ae6a097ec711eb0b10eaa50531fa11a46cb0ff046fef 2.03 MB 2,886 3
870,543 870,543 00000000000000000000aefd887f21c66ea63cbb40cfab80325c40b3f3caf0c8 2.05 MB 4,005 9
870,542 870,542 000000000000000000028013139bcd091b963f452b72e16646c131f28f49f763 1.74 MB 4,880 8
870,541 870,541 00000000000000000000df82dee4568dbfaa1549f5ff38fb2ffde4567268150c 1.84 MB 4,403 3
870,540 870,540 000000000000000000022554548083e34faf4a8836d9c604817ebaa646f1d215 1.93 MB 3,593 8
870,539 870,539 000000000000000000001f0f81966b4e5fec4c99022524629453889cf5ac209f 2.36 MB 3,625 5
870,538 870,538 000000000000000000028b6b3ed7b8b9065d48e9dc23d3b2c6d519fafacbac36 2.89 MB 2,403 4
870,537 870,537 000000000000000000001a59761f06efbe11c0e84e7bec55eb1e7126fff71d11 2.04 MB 4,646 5
870,536 870,536 00000000000000000001da55ffefdce73c4f075d6f589a75343faa9c0f2cfcd4 1.67 MB 4,257 5
870,535 870,535 000000000000000000027bbdbcfee0e720fb7325d583fc617d10f93a8703529a 1.67 MB 3,385 19
870,534 870,534 00000000000000000001b4a43e11431684acd24e9fca208933800b56a4314ea3 2.16 MB 2,465 2
870,533 870,533 000000000000000000017396d229372d3b904cbccd01a6849e7c4d92ba46e371 1.91 MB 1,479 3
870,532 870,532 0000000000000000000012b51a8df243ca7cb460a1350fee11322b85069fa19c 1.74 MB 3,769 5
870,531 870,531 000000000000000000000ed1a33ae4f31ea2792f659451d1f08c0ad1b0ce70ae 1.89 MB 4,658 6
870,530 870,530 0000000000000000000262e5881db80a6b6513bc59d035d249dc0a164301ef9a 1.96 MB 6,132 4
870,529 870,529 000000000000000000016a6ea9e6f02f469a235678ec7deb7b82b257a169b8a1 1.92 MB 4,841 6
870,528 870,528 00000000000000000001e77e5546933f530027ffe692a1a3207de37516d47652 1.86 MB 1,950 3
870,527 870,527 0000000000000000000021a28e84fc611370f554d4cabedfb155eb37e3166a4e 1.75 MB 1,923 5
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.62 GB sent, 92.78 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.