Memory Pool Memory Pool Refreshing

789 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,267 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,266 (837,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,122 71,122 00000000002c730cb6b9f06751955822064cc2d302a013b77c9e6e88844c480d 0.00 MB 1 0
71,121 71,121 00000000004dfbf47c27cce4711c33a7f47e6b3d4a934bfd197ea928d9bc173f 0.00 MB 1 0
71,120 71,120 00000000006299b26afa0840ba0082fa1a14faa25af148c95a7ba1deeef333b6 0.00 MB 1 0
71,119 71,119 0000000000099d6d586b9757968b9478ff47c6ef239c408c485545e1e2686b14 0.00 MB 5 0
71,118 71,118 00000000010041303eb5a17a1bf460a4abb8a35a67bff21d74336f61282dbd8f 0.00 MB 1 0
71,117 71,117 0000000000e9e5c0f155e7c7c94cc30893bbd4518ff1c364eae36e2d8c64c83b 0.00 MB 2 0
71,116 71,116 000000000104e0d8e3f9d24a7d2c028c57b747616720b7b0347082a8c605eec7 0.00 MB 1 0
71,115 71,115 00000000002aba0a919b321ddef0976dedffc6d7b626f87697c53d7969856c6e 0.00 MB 1 0
71,114 71,114 0000000000fbee3be752a97977750af986e8af496677b9dae74e554d7b9d66d4 0.00 MB 2 0
71,113 71,113 000000000075a7a3700bddcce1b9409e19bda09a4a20404094ba855ca90ed51b 0.00 MB 4 0
71,112 71,112 00000000005035877114e0bcfe17802a7a0d9413b289fa142a6e34c5ddb77cdb 0.00 MB 4 0
71,111 71,111 000000000039a4cb2056e25794d272b6c7deca23ef4cc827f75f90bf55f24164 0.00 MB 1 0
71,110 71,110 0000000000538314f8c0b5d8346fcd66cdb2bc8c2dec65e0a17b3b635fbfb4a2 0.00 MB 1 0
71,109 71,109 0000000000c291e1ea56bdfff057d35240861de139783ad6cf01c78a1f5dbb10 0.00 MB 1 0
71,108 71,108 0000000000ade318ce9561c9e5949b8ef32c67e8143923a8aacbe3a37d908420 0.00 MB 1 0
71,107 71,107 000000000033f5ecdc9d3a6ce66bd5b1a1609e29d24f7db06bbe90cc01f863cb 0.00 MB 1 0
71,106 71,106 00000000000447e20377c8669ddcae2e5c3b0951be1e8769c34e9ea9eb644dc0 0.00 MB 1 0
71,105 71,105 00000000010623f93238268e587d711e5649c4cceb1d53fb4a141a2dbc3b7e16 0.00 MB 1 0
71,104 71,104 00000000005c3efa95d6a7fe03b8d568a1c0be1bfcba736546e53b102e12dde8 0.00 MB 2 0
71,103 71,103 0000000000aaa09e35bd1116458015eaceb9f27439af526e7fc9af3553a5b807 0.00 MB 1 0
71,102 71,102 0000000000e099a1ee49f5f6fc6c84b9dbd0656a96e59eb14d239ada3efcbf34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.10 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,691.44 GB sent, 98.11 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.