Memory Pool Memory Pool Refreshing

18,812 transactions
6.01 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,278 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (550,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,672 357,672 000000000000000007479fdb0ffe31fb87deb4c0f9247959f9c21c960035a1f3 0.04 MB 80 31
357,671 357,671 00000000000000000645451269a0d1ebfef840e521f3bb3b8451152730cd3863 0.03 MB 74 29
357,670 357,670 0000000000000000152fcc686bb7b420b120100f30dcfd40f580695c81a73e16 0.04 MB 75 22
357,669 357,669 00000000000000000f497a95b83d2928db38fd2b2ee50903ee255167ad9dc270 0.02 MB 56 12
357,668 357,668 0000000000000000081c9bdaf4da1bc8ad2410159d9623d8fb667be407d2e4e4 0.24 MB 493 27
357,667 357,667 00000000000000000b77b07363b2d26a64ca67c1608bdac6f367a2d51215f116 0.03 MB 43 19
357,666 357,666 000000000000000002fe9b9c03509e422ceada7e9515c379296c58ebff8a7d9f 0.34 MB 666 26
357,665 357,665 000000000000000002ec7fae21f3dda930afa35d432beb2bcb046cbc7c80a48b 0.20 MB 462 29
357,664 357,664 00000000000000000e517b43623a0f63547ffca3c0b63cc8fcd99958291f27c3 0.50 MB 1,025 26
357,663 357,663 00000000000000000763bdca3f69d3370ec55d2f60750f39205c1ee2b6caa672 0.00 MB 1 0
357,662 357,662 00000000000000000bd82297fb416b119d9257a8c34629a6a1f345eab12c05b6 0.10 MB 60 6
357,661 357,661 0000000000000000125912442984d1016f70677e545c380151cc25747953ffb2 0.21 MB 390 26
357,660 357,660 000000000000000007547c7454bded4f52466248598af0cdb58074b358543aa7 0.18 MB 382 32
357,659 357,659 00000000000000000e5fdf3d88991bb178f5026485a0e83b3801dacd3c877dcc 0.30 MB 581 24
357,658 357,658 000000000000000000ff719e659d6f07a7b3480cb8885c54ada168182d05f46f 0.08 MB 162 28
357,657 357,657 00000000000000000ca90340f7e0485edc9dc0cbd835400976ce610c62fc11e8 0.06 MB 129 30
357,656 357,656 00000000000000000cb68e45f0caba9d8dcf8ef078aa3b1e7265066d0a74c9df 0.10 MB 271 30
357,655 357,655 0000000000000000031130064dbbf0d5c1145f21cea3f863ef45f0b626293e9f 0.53 MB 953 26
357,654 357,654 00000000000000000eca8bd470cce102e37bb5ccf8c1e589c00896d5bb251c21 0.11 MB 211 31
357,653 357,653 0000000000000000141da2b7e7e8f0b34b9f4cf5cb9c9fc5fe9d6e9ad529185f 0.15 MB 298 26
357,652 357,652 000000000000000003bee311c38ead2b8b6b9d5465f5612e95dce5193a0a50d1 0.66 MB 1,375 26
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.