Memory Pool Memory Pool Refreshing

5,538 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (352,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,449 555,449 0000000000000000002abc8957991d79e558633417c52598cd361ad107de0532 0.81 MB 1,166 3
555,448 555,448 000000000000000000220c0097b1ef13f0904da1aa4b9975d1e352625d2eab1a 1.15 MB 1,912 14
555,447 555,447 000000000000000000370963f31f12b7d394b7cb0dbbc5307e973b699982a0e8 0.95 MB 1,981 12
555,446 555,446 00000000000000000009bfb43b20efee58d0cae5cd602f961770a3a81f8c2b5a 0.62 MB 1,507 11
555,445 555,445 0000000000000000000c2a5455535a343a31e29dcd903fcb9a83face85a828d9 1.13 MB 1,987 9
555,444 555,444 00000000000000000016fcd451c5e3127fa99fb64f0b750d9a86df547f7b4642 1.24 MB 2,820 14
555,443 555,443 0000000000000000000a633bb18d57b512c7bfe593889dec3e0ebfd8c068953c 1.14 MB 2,732 6
555,442 555,442 00000000000000000029c7fe719ec5edba1639dbb025d867dbb65c87934a0e93 1.23 MB 2,990 21
555,441 555,441 000000000000000000035d1f58906a80c5a80a0444e9a3d53ceaabd347569fa0 1.24 MB 3,181 25
555,440 555,440 0000000000000000000c3509f4a12158a2f49794e2d00e6851fc3c3b9a7fab67 1.20 MB 3,046 19
555,439 555,439 000000000000000000253642bbf6922d6930da2d53dff15008e6497e56eef097 0.49 MB 1,018 15
555,438 555,438 0000000000000000001f709887f3c892dd734f8492c8d82d8d1f1a4d7df6e39e 0.47 MB 1,045 13
555,437 555,437 0000000000000000001c898fb015496210d8fc5aa74c5daf93808b652c0e7e52 1.13 MB 2,456 17
555,436 555,436 00000000000000000012f6b410a974227f78ce066b856577754598f5124595bc 0.75 MB 1,232 7
555,435 555,435 0000000000000000003260057abf4fb2fe98df4dc34c242ff756464dab682e7e 1.14 MB 3,103 12
555,434 555,434 000000000000000000356185fecbbf1b4b99700066b0181b87b4baf3ae56a784 1.23 MB 2,481 24
555,433 555,433 0000000000000000001835b56c847f37b5fc6c05621f8e1a2099c4e97003917c 0.99 MB 1,279 6
555,432 555,432 0000000000000000000d73350b10db99d780397c361d201b1757bf9b49f60068 1.14 MB 3,303 8
555,431 555,431 000000000000000000006ba009465b58d64896c108b8159efa2b5b0b55ceb11b 0.16 MB 368 32
555,430 555,430 0000000000000000001d7afda469fbca801e38630cc357680e56417b9f0fbada 1.22 MB 2,906 37
555,429 555,429 00000000000000000016119f1791cac415d7752605fee394ba941d51581ede16 0.87 MB 598 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.