Memory Pool Memory Pool Refreshing

9,056 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (4,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,323 903,323 00000000000000000000b3665640c6352e330049cc135213e3b4fdea759e1237 1.03 MB 2,309 1
903,322 903,322 00000000000000000001ce937f445b4bab2a258dd0faa27536d817a38f664477 0.78 MB 2,016 1
903,321 903,321 00000000000000000000a8dfc684f5583f78ae9939888f7085ff31be7ff7f6ca 1.93 MB 3,400 2
903,320 903,320 0000000000000000000157a57e8b503614ca5afb681697e098b42b485418fc5b 1.83 MB 2,826 2
903,319 903,319 00000000000000000000a10fc27ee131571308eadf35b419626e1b6dba73a6b4 1.46 MB 1,810 2
903,318 903,318 00000000000000000001c391f8e64ee4dd6489f5da5f40d1479383aa0a2ab761 0.78 MB 718 1
903,317 903,317 0000000000000000000143b3f044fd9ddee3ab1306ba144035cdeba2791c79d5 1.07 MB 2,789 2
903,316 903,316 000000000000000000006ef5f68ee08d8a4e8a7319db4555e224a84e1b27890b 1.76 MB 2,346 2
903,315 903,315 00000000000000000000c437c27b6324dfc7ee1a9beee0d695ca4491b7c4d222 0.07 MB 167 2
903,314 903,314 0000000000000000000099a26c724c490c82c9216cc5e9301daa25b45350f371 0.87 MB 1,561 3
903,313 903,313 000000000000000000010c352a1274ac0aa89b45349f533b60bc544528e8fc65 2.11 MB 2,713 0
903,312 903,312 000000000000000000022b2f7377dd25dddbe27b3ceaa06ae05e0c83498a34bc 0.10 MB 228 6
903,311 903,311 000000000000000000021b88a38b37a37ae23df653b68de0903ae1a94a91c792 0.47 MB 842 7
903,310 903,310 000000000000000000023996560f9b14bcf90b325cd5ea462d72a4b9c14af956 0.31 MB 597 2
903,309 903,309 0000000000000000000247eb2e6db95d164ce7da134768838d4b5eea4741d4e9 0.97 MB 1,847 2
903,308 903,308 00000000000000000000fd27cd211781de81d18dddd9947b72d45cb43cf0ec7e 1.28 MB 2,407 2
903,307 903,307 000000000000000000019de4cd02b2ac2fa7211df05dd773cae02e9c61fcfcd0 0.48 MB 820 2
903,306 903,306 00000000000000000001b6f2535edf0ff96b528aa49c21fe9523907e18aac40f 1.05 MB 1,874 2
903,305 903,305 0000000000000000000193e9daefc09de125262e55f5a6ead2f721522e7948a8 0.56 MB 713 2
903,304 903,304 00000000000000000000d5cdc5503653c8984aea667c8bd7285c660b8a0c0e93 1.44 MB 2,446 2
903,303 903,303 000000000000000000018f975e71df3de281656f47f58efcdeac8d72bfbde675 1.60 MB 3,235 4
Previous 10 blocks ↓
Total Size: 768.93 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,612.11 GB sent, 92.47 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.