Memory Pool Memory Pool Refreshing

11,400 transactions
4.80 vMB
Show Random Selection Loading Transactions
Max Size: 27/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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,749 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (802,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,055 105,055 000000000000bd0a6c892249ccf1e631750fd29317a6268305bcc0cf8800a51f 0.00 MB 4 0
105,054 105,054 00000000000193cdba357e595494f71a478710f6f8cd7a0bbc253c345aa06327 0.01 MB 3 0
105,053 105,053 000000000002459a891ae6fce043d810cc7f8e41d2456e11073395c1121fc817 0.00 MB 4 0
105,052 105,052 000000000000bcc2c8027132eab966ec4cb016af4cb997b3d481dae361ed3b55 0.00 MB 4 0
105,051 105,051 000000000002967d37e47ce998194137a60f504fcbff41851a08ac2f56a88415 0.00 MB 4 0
105,050 105,050 00000000000291384e44f8d958d1118857eed5e95a0d81591134c8e482a2abcd 0.00 MB 4 0
105,049 105,049 0000000000024200bd55bcee3878bd6db9a8816ebeb79574e853f746498989bb 0.00 MB 12 0
105,048 105,048 000000000000b9e673ba7dba91860bb35bb8581fa2f080dd8661dc0d57f69562 0.00 MB 13 0
105,047 105,047 000000000001bc29dac1572c65bc81f90ec58bb9eff730c07a4d2b8ef6469e54 0.00 MB 7 0
105,046 105,046 00000000000012559bccd380d275fb404c20a75f07ae1ec4a64b2378a1ce0f30 0.00 MB 4 0
105,045 105,045 0000000000019e9af979e8e292981efa0d242a26987b336e1e59555715d2480d 0.01 MB 23 0
105,044 105,044 000000000002a3db02de812f3a9a0acc67f43c28ea0e68103623d533615bcc05 0.00 MB 2 0
105,043 105,043 00000000000199c0e8bee54597b88f8af316905ad0ac2e01e66b37f233af8e1f 0.00 MB 4 0
105,042 105,042 00000000000044746be1e53b3e03d20dbdc5881a10efadca05da6aef5e5d9297 0.00 MB 2 0
105,041 105,041 00000000000255a759ec38835cc80982adb2a466e919d6b1912dd66c4af7d0ff 0.00 MB 1 0
105,040 105,040 0000000000025ab95f018b8230d3cb8693b6b303f05cc30539a681b68966d890 0.00 MB 5 0
105,039 105,039 0000000000012fa798a19dc23324a111765d3dbe9bf10afcebf151c983c344d2 0.00 MB 9 0
105,038 105,038 00000000000285b6fde7d9f4d0ac766c655c6ac62168104e483cd676a90d1ccf 0.00 MB 9 0
105,037 105,037 0000000000000ef4262dfd3b11675a5ebe373267132b8f33b4e44413a175df2a 0.00 MB 10 357
105,036 105,036 000000000002e60b5a2525fe96141c60cfb48b6b0cb769fb8914eff895cd46a2 0.00 MB 12 0
105,035 105,035 0000000000001f49536413680a7ec75b787ab0d0c4d525fe86a765ef2bb58a86 0.01 MB 25 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.11 GB sent, 93.02 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.