Memory Pool Memory Pool Refreshing

7,395 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (429,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,526 478,526 0000000000000000004015a52b919a77dc1be492adc491583cc5bdaa23b42f7b 0.31 MB 139 22
478,525 478,525 000000000000000000907fdeef79a722142f74afcc1f5e45fa4579be939a4bf5 0.99 MB 435 21
478,524 478,524 0000000000000000003b4fa83ac84f36f782c7a9c57b554b57ca7020e623e25f 1.00 MB 724 40
478,523 478,523 000000000000000000b779554b455580c6712e432d363111e40414a4e51a9723 1.00 MB 1,443 117
478,522 478,522 0000000000000000001c82881a5b87d9776ce6445d5af86ada25c116bd880175 1.00 MB 562 47
478,521 478,521 000000000000000000d1b800405843f101da9f75201a317bf350f3bb5db345a1 1.00 MB 236 28
478,520 478,520 000000000000000000b91b57b690b3dfcbceeca74db053b93b6d5146b94a44f4 0.99 MB 793 56
478,519 478,519 000000000000000000beefea4e9debf5c06fd80adc6a91468f26901e86991905 0.99 MB 308 34
478,518 478,518 000000000000000000441fc5a9d2e9da18bfc2b13b98fb66c8c6dd53c088dd5a 1.00 MB 377 34
478,517 478,517 0000000000000000004a6e8a03cc3b766224d4dc574d3353411925e66f6e35ef 0.98 MB 154 27
478,516 478,516 0000000000000000008b8dcde77d15bb286c0104fc002268da97462be97eff5b 1.00 MB 1,408 82
478,515 478,515 000000000000000000af81cf02a3956204a67b57d28475c9277f9d3b6bbfb912 0.96 MB 504 45
478,514 478,514 00000000000000000087df4d3a197724536d5ef0c3df70e1bc39f3fc95f4c82a 1.00 MB 213 29
478,513 478,513 0000000000000000003b7317fae95bfac59fc5098dfbfade79e071056bc80092 1.00 MB 127 26
478,512 478,512 0000000000000000002ac4829e2001278f19cdbc48e6d80d3e50d0d2ee577ac0 1.00 MB 1,335 90
478,511 478,511 0000000000000000004847fbb75a4c7e04b282d4e3db7387d802e908eea383ce 0.97 MB 102 23
478,510 478,510 000000000000000000bde536bff58158ab2bf97d8e7fead5b32b2415bfe26573 1.00 MB 212 29
478,509 478,509 00000000000000000113f8e3b99f9908777054af9977ea540754292e8032c1bd 1.00 MB 374 23
478,508 478,508 0000000000000000004a50adb7651195489a014ba9843d705d2a5e74c94e25df 0.30 MB 633 150
478,507 478,507 0000000000000000008dad433b598923144fff468b2ba7dad0d8d0b06b8961c9 1.00 MB 363 35
478,506 478,506 000000000000000000bc2fea2354850eee5930317d44af7dd610330e5378cf2d 1.00 MB 1,318 72
Previous 10 blocks ↓
Total Size: 769.03 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.84 GB sent, 93.01 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.