Memory Pool Memory Pool Refreshing

2,469 transactions (0.80 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (883,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,542 25,542 00000000419051e94c3867c3eab4ded9c6ba214c58db6ff368a61aa2047db9b7 0.00 MB 1 0
25,541 25,541 00000000f6d6ca4de1269b430fab3ec30a09643954946a19b8d1a264d944848d 0.00 MB 1 0
25,540 25,540 000000000565978d51689d3cde23c4feaf467451132232b9d7dd090a70e53c69 0.00 MB 1 0
25,539 25,539 00000000989ff0e86ee72052acc6c07395cc58c64779fee8d14383ad15d88c97 0.00 MB 1 0
25,538 25,538 00000000ec90133ca78255cb2dab93af2456c5b8525c0f311798b4af988fe6b2 0.00 MB 1 0
25,537 25,537 00000000359ec43b2fa94d0f421c49c234eb01840457617ce27312a95ce8846f 0.00 MB 1 0
25,536 25,536 00000000d15165e0d5aa62d50fd918bdee4f1a9b1b8429dd5c9d6174c646e6da 0.00 MB 1 0
25,535 25,535 0000000089c0c5d2402d176205d38f6191327163be7f3c9836adc04c781a7cca 0.00 MB 1 0
25,534 25,534 00000000af26c308e960b201de0157b3c0491e9b7a789dfcbcc5c5e16b5c9234 0.00 MB 1 0
25,533 25,533 0000000091539a1eb66b2151a91b8125cadaaa2f84f57d0f6355f8a9673fe87b 0.00 MB 1 0
25,532 25,532 0000000004081bc8c222c28f706cac62a8138cbb528e942944af18ca62b2abaf 0.00 MB 1 0
25,531 25,531 00000000a2fd7bf317cf07c90f9b1135218e330bfc41b84eaa1337dba834ee6e 0.00 MB 1 0
25,530 25,530 0000000058ee18efb60f403d3f1b4da31bd4b7eb4c9896900e914e0877e66668 0.00 MB 1 0
25,529 25,529 0000000089bdce0a051150bd7d8cce44d2433909e6e9bdb99b33b001930eaa5c 0.00 MB 1 0
25,528 25,528 000000001cb09a64e4822b56670f666b0dcfe12ee1a24a7ea56df2dc6741a962 0.00 MB 1 0
25,527 25,527 0000000002af1aceb45f9cc0b7e055efc5d0a0ac09b96da636da31baaa6aee71 0.00 MB 1 0
25,526 25,526 00000000068c979c2599a9742809bfe0e1aa72d7d19c0e2ac4753abdf93a1102 0.00 MB 1 0
25,525 25,525 00000000562c838aef7a8d0c0f8c914a214822947535f71c8e89f2bd94b01d54 0.00 MB 1 0
25,524 25,524 00000000746e7eaf83ec6d8e6725937fb63e741c12e6d759335bbc079bb7c470 0.00 MB 1 0
25,523 25,523 000000004c75342c5789b0d811bb01793ffa327b74c214d08f9ffffb0971f46d 0.00 MB 1 0
25,522 25,522 00000000b5680ad328225e2ffba58c4b60b01bdbee6a3d2706740dc5252ebcc4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,859.83 GB sent, 103.49 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.