Memory Pool Memory Pool Refreshing

5,767 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (573,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,905 333,905 0000000000000000058ba23a389f72c200c8f4f4fb2c06a86546b64667267811 0.32 MB 917 40
333,904 333,904 0000000000000000000119f88871f8a3c3b7be053c98b31e9c4676df30243cfe 0.52 MB 370 11
333,903 333,903 00000000000000000a29a344dff0e0dc65f35279fd0dc659fb030ce0035612fb 0.35 MB 946 34
333,902 333,902 000000000000000019c8ba801d151bc9f1b27152ad0e9b6e96bb367f5bed7852 1.00 MB 2,201 29
333,901 333,901 0000000000000000186a65031acf74f0a28805b198330927fb770ee3d885dfb2 0.39 MB 774 24
333,900 333,900 000000000000000014d77722230f85beffbb547bcd2c4f03e1d2e85516680b4f 0.79 MB 1,380 26
333,899 333,899 000000000000000014490bcc3562a65e9aac98843d7c5ac30e49ae0037d4b549 0.16 MB 401 34
333,898 333,898 000000000000000012c9f976acb18ab7fe7e433c035d8fde35f34a379c4618c8 0.09 MB 210 22
333,897 333,897 00000000000000000a4659e851082e2ac991903d98da67c457a315f8befb95d1 0.65 MB 713 18
333,896 333,896 00000000000000000a3e92fceb78879dd83c0156f0bfb7a9a3b42c1dfe71959f 0.75 MB 1,772 34
333,895 333,895 0000000000000000001750fad46c5c6ab3733e9002a7a79336a445bd0494de79 0.09 MB 224 25
333,894 333,894 000000000000000006f45b60676b155edb1eaeb424b57e5874aee4924a203603 0.74 MB 1,615 28
333,893 333,893 00000000000000000f24a3cee5c8b48d37df30a6159e88f866cf7f91b0815329 0.00 MB 17 52
333,892 333,892 00000000000000000a1d7a2b2fedab58ed45486edb351693c9de0ed92d8f1693 0.16 MB 275 28
333,891 333,891 00000000000000000b3ee2a3c26430c22139ee3c087e87bebf47f3123aa44105 0.29 MB 446 22
333,890 333,890 00000000000000001994fac7e5d6388c0c122aae0909572805392eb972ee54fe 0.09 MB 252 35
333,889 333,889 000000000000000005b71faa2f7c2d402c71b25d9b83113f2c973bf8343206a5 0.75 MB 1,356 25
333,888 333,888 000000000000000016acff997e7e5de0fa8f5f21c8b6a521728a80e217da13e7 0.18 MB 372 20
333,887 333,887 0000000000000000173006aff5aaf39593c57dda24d9673c5483c251a73dbdd9 0.02 MB 38 18
333,886 333,886 000000000000000007e87c252daa5afbcbabe745ba976ffac9da254d4e616322 0.18 MB 438 28
333,885 333,885 000000000000000006d756bafe920f2062e3cdc31eb4464f3f2bf03ae61e708b 0.33 MB 531 22
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.29 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.