Memory Pool Memory Pool Refreshing

884 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 884 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (533,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,280 374,280 000000000000000000b464e00a504c5f97fa0e817a8926e4bda1d7bda76869de 0.16 MB 347 41
374,279 374,279 00000000000000000c554135632a9d383261f7aef151c3293429cfbdc9b30815 0.87 MB 1,959 23
374,278 374,278 0000000000000000048700bfcd9729fc4dd83e6042875cdb4a63962bbcf9bc7c 0.38 MB 856 44
374,277 374,277 00000000000000000ff8bb82d33c0669b2b10c5ac0c81efa9318059eedaa9cbd 1.00 MB 4,393 5
374,276 374,276 000000000000000004dbbb37ee00d432fa102c52764bb9633512b297eb19513e 0.17 MB 325 37
374,275 374,275 00000000000000001234cc77d9970cc3fe385266f64801aad184085bbc3d6349 0.75 MB 653 9
374,274 374,274 000000000000000005fe702a310cbad3bb40f21561917d6cbce85bdbc4b016b1 0.75 MB 1,692 66
374,273 374,273 00000000000000000b493ef9653c71d34635bdb2405723528f270dd38d7bb82b 1.00 MB 886 12
374,272 374,272 000000000000000010cbba23886f184abf1502db4ce23a67b5b858602df15a50 0.24 MB 589 53
374,271 374,271 000000000000000002193e401797ea679886a1ebdc59796339d25d9ec2f91ccf 0.93 MB 4,968 5
374,270 374,270 00000000000000001084ddd66239ffdde4cb0b337315e3717db25fef1b6779c0 0.68 MB 1,569 51
374,269 374,269 00000000000000000fccc04c327a811b6a8aedcd0da97ea877ed4e011bb25d05 0.75 MB 1,621 11
374,268 374,268 00000000000000000b080efc6740c29d4fee22e7c949e6ad46ef4ef3d71be928 1.00 MB 1,766 46
374,267 374,267 00000000000000000b4c83b2c7a6d910379a8fa76a36f4d4119f0736cab1b5f4 1.00 MB 3,025 5
374,266 374,266 0000000000000000073cf7a4f326792a39bedc6c5828ca224a092a74fd59c252 0.15 MB 207 32
374,265 374,265 0000000000000000119d7dbf3c17d24d1ceb24119eed06aab8883ef5e506c153 0.93 MB 955 16
374,264 374,264 0000000000000000111d3c4e71d273ca011ff02f9df93d7155aa73615c50a17c 0.20 MB 140 13
374,263 374,263 00000000000000000208d02b78ab93c4041b80b43d02dc338d82db59b11bcb77 0.93 MB 825 9
374,262 374,262 000000000000000003b9fecf5cd493e5f706e77d400177af89a5aac3a5c574c4 1.00 MB 915 12
374,261 374,261 0000000000000000095503d5cc3d7be7a06763a7486a6a14a4b277d0fe66b3fd 1.00 MB 1,078 18
374,260 374,260 000000000000000003c79d9fab9b0a263c7ff4ba9e3a99f93263046717b54994 0.24 MB 458 83
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.