Memory Pool Memory Pool Refreshing

10,383 transactions
4.28 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,462 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (476,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,154 431,154 00000000000000000426df519575e8c0df6e02d0d05f9381d28f628777157091 1.00 MB 2,570 87
431,153 431,153 0000000000000000012fd2f9a8cd12ab5d85bc972a07edda35e5a9e50d4c1233 0.89 MB 844 33
431,152 431,152 000000000000000003991c8c4121995c1ca438c7cb852f309ec7539d85c2a3c5 1.00 MB 2,834 76
431,151 431,151 00000000000000000113e98d606e2326a2e2b01cf7fe0a1dd22fa718a6292c8e 0.32 MB 597 51
431,150 431,150 0000000000000000034b68a101b35fbde60f972d06986e0ba66527516cfb16e4 1.00 MB 1,318 23
431,149 431,149 00000000000000000019281b569ed76a1fcf497abc079ca808f1096ad0742aae 1.00 MB 2,469 66
431,148 431,148 0000000000000000037f0004d7dd4f5755ec344ec2c0d80c4e959583a54d0857 1.00 MB 2,373 64
431,147 431,147 000000000000000002ad00359ae2249a83e449d1577f59ffd6568f5a4062f7b8 1.00 MB 2,698 63
431,146 431,146 00000000000000000454dc94fc9027ea2a7ca9ad50ddbaa17a12d2678808cdaf 1.00 MB 2,884 83
431,145 431,145 0000000000000000021f95617786252a4a741f92279f79c9141cdddc336ec0b6 0.61 MB 1,188 54
431,144 431,144 000000000000000000614477e6a5671cd6a71eaf611c5fb838f601ef91a01e3c 0.33 MB 532 44
431,143 431,143 000000000000000000d9c0a609a65b5c1ba00a50d322881068565075050e97c0 0.26 MB 147 10
431,142 431,142 0000000000000000011d2b0a4110cde864d36737ed53ac27ab89860a18f6a940 0.75 MB 1,030 27
431,141 431,141 00000000000000000041807682fe1e1edcb18185d9c2c824dd52f51ee5a701f9 1.00 MB 2,209 62
431,140 431,140 0000000000000000028aed7391106ce36e94085bf228367aaa6e9026520f4742 1.00 MB 1,668 31
431,139 431,139 000000000000000000dc0b5b8ec682c25bc2cc3ca228fd5b1aab101d52d926d1 1.00 MB 1,718 50
431,138 431,138 0000000000000000027307617d9af9bd8e93b0dd3873b52903196f6068cffa77 1.00 MB 1,966 38
431,137 431,137 000000000000000002098b5efa5742f045d1fb123ad1706a1878552484277354 1.00 MB 2,635 51
431,136 431,136 00000000000000000200840865a0ad918fb702dfe8b7dff65a51132c3e30a345 1.00 MB 2,778 83
431,135 431,135 000000000000000001e145e1246ae0dc9301e954b49e160ef9ff6b18609a2c9c 1.00 MB 2,538 57
431,134 431,134 000000000000000001398c304f1d97c4426b0a2e44254aac36d0b0e2a58b9c5a 1.00 MB 2,682 64
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.82 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.