Memory Pool Memory Pool Refreshing

4,084 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (795,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,706 112,706 0000000000007d41e36473cace8d2d47b459f57037d06cfb84be86ab24c246ca 0.00 MB 8 1,497
112,705 112,705 00000000000083e4c380b042b3fef872bf9f767cd0dcea324dff40dc14f7e3cd 0.00 MB 1 0
112,704 112,704 00000000000005febda320dfe3e38a4f81eebbaba4e2d647e52d716078982087 0.00 MB 2 0
112,703 112,703 000000000000166a5775275449d16c1f41d0f1ba06098bd9a74e0874a0f44f67 0.00 MB 13 884
112,702 112,702 00000000000094aa037ee22d3b377b5bec50f9ff787444334f627f26aa32b9c1 0.01 MB 19 200
112,701 112,701 0000000000005b739573e152b8ba1e311f0f1cdc5dcbe9487b82dcf07126928c 0.00 MB 2 0
112,700 112,700 0000000000010ffc1c7aaeb79f576d30782547725a5eb9b78731f604c9fb24b6 0.00 MB 5 2,002
112,699 112,699 0000000000003f3f5d794cedf26a4e4f2e6d6e5f81d59ed4e8df3968959e5954 0.00 MB 14 883
112,698 112,698 000000000000cfaef169132371f314e1a74629ec1b0ff0ed1ce248966bd84736 0.00 MB 1 0
112,697 112,697 000000000000576f0be77fb5f8ae3a2c5ff4e2161b9c9acf7e35f0febca4f53a 0.00 MB 4 0
112,696 112,696 000000000000671308c914bdaf29c31e579f6e9456a68aa2dcdca60a93cf7143 0.00 MB 7 1,947
112,695 112,695 000000000000f6a588a71ac74bcbf84ae28c84d416bda7d438694bc1868a61bf 0.00 MB 5 1,939
112,694 112,694 000000000000263259718b10a2d60bc53aff882f2c8d4b947912a9acf2d9a5b4 0.00 MB 10 336
112,693 112,693 000000000001207dad6b27087b86fe2b71a1247524591978ec90e4677b944aa2 0.00 MB 4 3,870
112,692 112,692 0000000000010bd7bb335fa61469c2f03203837fb095fec25b04d24c4e70f97d 0.00 MB 12 312
112,691 112,691 00000000000049c697c39ba6eee8e5c5449a47fecdddadc14a13802ae0726b73 0.01 MB 26 1,001
112,690 112,690 0000000000008479ea85a9a6485987480a6bb587027fdd64a2540e352302fbcb 0.01 MB 22 1,736
112,689 112,689 00000000000094dd001f6eae190ab6675f036965c2914f2db606f3e1417114b4 0.00 MB 1 0
112,688 112,688 000000000000bd7c23859c579fa502b7da7d9367202b28c27fef1c72bd718977 0.00 MB 12 573
112,687 112,687 0000000000006d2817cdfe6c2e556ce075bbeecc6a2d38ea98880cee3786c9fa 0.01 MB 22 686
112,686 112,686 000000000000727a9d1240446f47aefb10357e72949e2721fe3ead0dc6208727 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.