Memory Pool Memory Pool Refreshing

7,801 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,285 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (9,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,224 898,224 000000000000000000012d8f92b607f89443584f6f474c9c71ca481e8d176506 1.31 MB 2,831 3
898,223 898,223 000000000000000000001dfb2f9e2d167761865b6cd2a142b05326213b56b384 0.14 MB 189 1
898,222 898,222 00000000000000000001a2492311af7a782b61d57b2492a07a6b5ec9fe0b6335 0.18 MB 289 6
898,221 898,221 0000000000000000000031e1a6beca2bf91061f2e5d13080eb2eb227d3ddebde 0.63 MB 1,429 2
898,220 898,220 000000000000000000021164548e168c4fb571b3c5e9a7163645ad2bb2325e23 2.28 MB 3,349 1
898,219 898,219 000000000000000000007cbb616ae4d2f41827084a01ffd644f199211303666e 1.57 MB 2,308 2
898,218 898,218 00000000000000000001c61dc43d1850d8859ea25e462aac47215d424530f9ba 1.83 MB 2,269 1
898,217 898,217 000000000000000000015114986a26ca310b9e94a87e9fd394bbd773fb82c882 1.69 MB 3,271 4
898,216 898,216 000000000000000000013fab0dbbdd9d297693c603c7723dff8009b67b4eb178 1.61 MB 2,853 3
898,215 898,215 00000000000000000001046d15c264490047371866d4b54ece9a533fda0bbc44 1.50 MB 3,375 7
898,214 898,214 00000000000000000001113e949cb3643b72d77540051140132dd91f22f7171a 0.79 MB 1,404 7
898,213 898,213 00000000000000000000faf3c9cec3b63a559b5a4a1a023595ebe58147e93e72 0.99 MB 942 3
898,212 898,212 00000000000000000000210e18d87428b8bf92f5b5ba67a690cbbba8e4893861 2.29 MB 2,015 5
898,211 898,211 000000000000000000012627f8a5538b8d38aeb6e0873be29ce9102a692a3d9e 1.89 MB 106 1
898,210 898,210 00000000000000000000acc26433b854c23d3dc9d028db49b865b85622a12595 2.64 MB 1,004 1
898,209 898,209 00000000000000000000713026fa2b9097045baf80a7d780310a5546e719b729 1.60 MB 3,386 6
898,208 898,208 000000000000000000000ec2bd25e1f1eba07087174abe38a4dde1571e5f0b53 2.71 MB 857 2
898,207 898,207 000000000000000000008144c044c5e017a07af6f65c3a35e29c076b94a15d36 3.76 MB 293 1
898,206 898,206 0000000000000000000172cd5e69042c6d583fff408e2aac13cd68f3ae96b4c1 3.29 MB 565 1
898,205 898,205 00000000000000000001f0c2e0789e61d21954a6f6c46ca243aca12adc461e90 1.71 MB 2,367 4
898,204 898,204 000000000000000000012ba66f213f4d24b093bfff9aa0ea1c81608bf3db94ed 1.44 MB 2,838 5
Previous 10 blocks ↓
Total Size: 769.13 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,631.60 GB sent, 93.56 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.