Memory Pool Memory Pool Refreshing

6,305 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,420 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (755,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,315 152,315 0000000000000513f99d7cdc4223771b0a5904076f283fd25deb9d664054cfde 0.01 MB 15 246
152,314 152,314 0000000000000270875d73eca9da43c39d5c82b5db9eeac0e7de4bb4071a82b7 0.02 MB 56 220
152,313 152,313 00000000000002f2f2c0893a7db90fc4bd25e54dd4f17f4f2b930cba6276bdc6 0.02 MB 62 26
152,312 152,312 00000000000006151f65973f6b2bfdcfc8165be93950bf030fc0ad350a8f0f5c 0.04 MB 82 114
152,311 152,311 00000000000003d4b3130396b7bce700f58fc23a13f38b58218f598dbd9f7415 0.04 MB 130 10
152,310 152,310 00000000000009bd828aba3e2f02480d27fcc9080fc07f2e94153107698f9154 0.00 MB 18 140
152,309 152,309 000000000000033ff697156383e2be71468db78c09fdf5dcec3ef9a4eb2dea4b 0.03 MB 75 265
152,308 152,308 00000000000006ab2867cbbaa5bc263f901a61d565aaf44cd4096dcb2ba8d5ff 0.03 MB 90 0
152,307 152,307 0000000000000542fcc52a08c057123ad731ab68d442649f439258f372ef61c6 0.01 MB 30 418
152,306 152,306 0000000000000ab891c5090adf3c3bbfe90ea00b1368a41248d5226a7f0c9df9 0.03 MB 73 61
152,305 152,305 0000000000000619f0953088dfeca7573132a542563b1430088db86c0511c411 0.01 MB 26 145
152,304 152,304 000000000000098c70499b54d48b29a340654c26906282067776b7dd31d45be7 0.01 MB 31 272
152,303 152,303 0000000000000364cbdee933593bc5c796dfbba6ac022d81d93c8fdf060a2a92 0.02 MB 55 293
152,302 152,302 0000000000000b7284050dd821eb129de44c313dd8c64789cca38961b0a67429 0.04 MB 83 113
152,301 152,301 000000000000049227852e112525df4dd64dcd52ff34db1f803d666e0e593fd2 0.03 MB 70 57
152,300 152,300 0000000000000978f358cdd0b63da5f6c8a6a973fc065845768c352011b245b8 0.02 MB 25 40
152,299 152,299 00000000000008b5cd15c9c87ea7b82d1d54a1a7324ff979608fbc61a709dcde 0.02 MB 84 274
152,298 152,298 0000000000000cf091e155817e2b35dde88c6f0abbc230ad304eb8dd782c23bf 0.01 MB 23 67
152,297 152,297 0000000000000101e72afb486f96187e5bbf8c724c5690ca910c69ebbe58533e 0.03 MB 72 342
152,296 152,296 0000000000000a14b7207bdb8fae49f7f264c68b481ff55a2de67253333807d2 0.03 MB 72 98
152,295 152,295 00000000000007359d920f9b832ac16ed2fbd7fbb117dfcadefd732a9dc4a462 0.02 MB 70 75
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.06 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.