Memory Pool Memory Pool Refreshing

983 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 968 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (195,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,529 712,529 000000000000000000088dedcfa6f89a3e4b203123bc07e2d0bd27f538611236 0.39 MB 781 11
712,528 712,528 00000000000000000001b47cebedae7ad5d73a03c4de4d205a7ef5fc402c44a8 0.26 MB 428 9
712,527 712,527 00000000000000000005c2476dc487b7bd7d177b7cca294755e6cc6a6e37a464 0.89 MB 1,687 12
712,526 712,526 00000000000000000005c262585e9251e59bc61414d92db533bd80a8d84d7530 1.02 MB 2,195 7
712,525 712,525 000000000000000000087e78e95127045c47d468a280b8b068ca5cc696ca57dd 1.47 MB 2,367 15
712,524 712,524 0000000000000000000a9498fe609669a902109cb7b6da31000d383655399219 0.30 MB 435 15
712,523 712,523 000000000000000000015c7d7a2bcfdfb8bc4044b16dbe978e541732afcf335b 1.34 MB 2,554 11
712,522 712,522 00000000000000000000d93c4931dd3a1111e9af3098ae2dae555e58fe983d0f 0.87 MB 1,485 9
712,521 712,521 00000000000000000008e6d45866773fed669c4b9ae3d7211837624f69cf78e4 1.33 MB 2,222 10
712,520 712,520 000000000000000000027e97e7b311ce3d1797cefc126958e6b5403f6994e6ab 0.13 MB 137 13
712,519 712,519 00000000000000000009e18e6b0c12023ae2a7a2e6c984302e7055e6440172d5 0.01 MB 28 21
712,518 712,518 0000000000000000000aca400ed3a099760ee2d7c42036681b52aba60266b0e0 0.70 MB 1,374 15
712,517 712,517 0000000000000000000aa8c79e900338739e7f6e2f20ddc7745af8d99d37f09e 0.40 MB 667 10
712,516 712,516 000000000000000000080922775d2583d071ca1fb90ed6fa8f50360e52408bcf 1.50 MB 2,284 10
712,515 712,515 0000000000000000000b2bb5ff578bcdfd044b1d6e17997c52ac2adea97a0ac0 0.71 MB 1,227 10
712,514 712,514 000000000000000000025d8ec288aad2a6765175c0e8ac7c185f5bdddc16d278 0.08 MB 215 20
712,513 712,513 000000000000000000025fa02dbf1476c24792110a256949c6f248508eb108fa 0.77 MB 1,011 11
712,512 712,512 00000000000000000003f1d688175787ff1a999e9057630382da3aa66aee5b75 1.47 MB 2,214 10
712,511 712,511 0000000000000000000ac7078899a90d294fe7d615b7a158f0d20e0b3027b15e 1.42 MB 2,662 15
712,510 712,510 00000000000000000001a9fc0d097d65f06d57c918abf922f14993bd7d02ecbd 1.69 MB 1,884 11
712,509 712,509 00000000000000000001bc4acee7487f77b301e3aebd4bf14faa02922a72a414 0.23 MB 387 9
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.