Memory Pool Memory Pool Refreshing

4,049 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,709 (816,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,978 91,978 000000000005fc12c319071a65f087a1c18bc141210f515b264c1fb50b655991 0.00 MB 1 0
91,977 91,977 00000000000dbcdae7a0e351a4701b6e6e32fb9f58a71ce44c48c57de152842f 0.00 MB 2 0
91,976 91,976 000000000006eed07230dba102fe3c1cee34951703d8a1c15533f6d512176007 0.00 MB 1 0
91,975 91,975 00000000000c225f632544faac0f55354b41b5ee207d7a085e42702ea7447b8c 0.00 MB 1 0
91,974 91,974 000000000006be7e58ad91988a33e36304081480520df8c68ca4f5dd87e3a5dc 0.00 MB 5 0
91,973 91,973 00000000000a948f936ac01adeacf1d319087d7d069c01c803d4c84f58b2d0b7 0.00 MB 1 0
91,972 91,972 0000000000027b4db0bb9287883683e5290ecfa370a822a04cbca9ef936ced34 0.00 MB 2 0
91,971 91,971 000000000007b20c2d3c145283659c8c05155bc5f58bc47b47e94fb4b6817354 0.00 MB 2 0
91,970 91,970 000000000000c46e555d7d3ff79506f5d4b7d2b702676e8b5f2e954ba7ae87c1 0.00 MB 1 0
91,969 91,969 000000000003dffe0fc1bcd379ec9453fdb414c3c892c47e716045c4854b43bc 0.00 MB 5 0
91,968 91,968 0000000000058da77eb32d67b260eb5fe458b1753c1f4ae7be532f4951b65993 0.00 MB 2 0
91,967 91,967 000000000002d9429841980bbca83ce01cbdf42c3c10a09f9edfdb95dcbc3479 0.00 MB 1 0
91,966 91,966 00000000000b809a26a5aaac537be757360bf8d04d635e753f1afbd7a306dc87 0.00 MB 1 0
91,965 91,965 000000000004d611184c224ea9a5a4137a58b0a0d35a1216f7b9ce276625a9ed 0.00 MB 1 0
91,964 91,964 000000000006d078950d59c3f17316acbcb9c0da66736f85635467ce5d04d30e 0.00 MB 1 0
91,963 91,963 000000000008dc214a52da0c2e9d7187c7e3a314fb22a21e6db5059e0da6c154 0.00 MB 1 0
91,962 91,962 00000000000de79b4db706f86b240713df4b7764da9fbe89456f447be08d2793 0.00 MB 1 0
91,961 91,961 00000000000458eff06d08a449da804463c306a8d4cae5be14d9717496b8d2e3 0.00 MB 10 0
91,960 91,960 0000000000075c7a9c65e0737e8f65a9731f580a82593af87f0d05d18a14b195 0.00 MB 2 0
91,959 91,959 000000000000bed4a10f6dbbe29643690d2841d15c0c6371a1e2b539234921a7 0.00 MB 1 0
91,958 91,958 000000000006a8a2e1f3edaa8afc7f8bd29f55eb5149baf05fb65d81da790493 0.01 MB 25 0
Previous 10 blocks ↓
Total Size: 771.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,854.61 GB sent, 102.04 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.