Memory Pool Memory Pool Refreshing

1,276 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (429,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,533 478,533 00000000000000000074e66360b120e2d9cce3f0f77e033d8b3be92675b414df 1.00 MB 1,006 45
478,532 478,532 00000000000000000068bee3faf854d67e2dde4303886fa5e39479fbc30e7729 1.00 MB 966 68
478,531 478,531 000000000000000000b76732be4d0d3b9c65290833c34b162c8837210a8506f5 1.00 MB 1,097 67
478,530 478,530 00000000000000000007fd7e1e20390f0c88966e951228c3b33c94cd78747109 1.00 MB 1,225 86
478,529 478,529 000000000000000000b3cdf1d904600a8504c62ab1ecfbb1378c0aa962379f62 1.00 MB 1,415 74
478,528 478,528 0000000000000000003702736727202e35265068db992a7ac85087a581a7bd13 0.29 MB 355 67
478,527 478,527 0000000000000000011620c1e3b14fe009a5dc60143017e20c19dd98263f72ec 0.66 MB 606 50
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
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.