Loading Tool

Explorer IconExplorer

Memory Pool

38,716 transactions
27.35 vMB
0.06268495 BTC
Random Selection Loading Transactions
Max Size: 139.41/200 MB

Candidate Block

Mining Attempt 29475f72b12fd5d7a9f64de958fad52e5a0aadd6c8ecc4c9bc3ec22f2d8c0808
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 4546d474d7e464647ea328b5c7cd5a33a78a160ff0f11b031987d8a2bde79e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,684
Size: 1.00 vMB
Total Fees: 0.01078958 BTC
Feerates: 60.16 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (242,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,158 672,158 00000000000000000002018c57c4b82f1069d2c34d5cb4a51a6ee3936800ec59 1,972 1.00/1.00 vMB 106
672,157 672,157 00000000000000000000bbe7df1d4ed69f2b404176b1881b1c7b69d1fcbdcf7e 2,465 1.00/1.00 vMB 132
672,156 672,156 000000000000000000042ed4a35d20abaf9ec5f06ea2521bc1f128f3724b0aa9 2,587 1.00/1.00 vMB 132
672,155 672,155 00000000000000000009f3da4a8f86e310df813fd4f50bbd8ae52a720ef48847 2,160 1.00/1.00 vMB 150
672,154 672,154 00000000000000000002e160751c02a07b48c89374883ec214c6d1d399c193a9 2,301 1.00/1.00 vMB 167
672,153 672,153 00000000000000000006ae51b397603933c4d1076c026d00051f163c68b79900 2,238 1.00/1.00 vMB 143
672,152 672,152 0000000000000000000418b360da602ea1665c24a07da292ff1c505dedbd7ff5 3,150 1.00/1.00 vMB 172
672,151 672,151 00000000000000000008559e1672a64d118dbdcdf02cc1ff2c034d055766617b 3,089 1.00/1.00 vMB 123
672,150 672,150 000000000000000000057244c1c0fcb169b76c62c72501a4d4d8d0cf1fe93f2d 2,680 1.00/1.00 vMB 101
672,149 672,149 0000000000000000000c60092bc706fefced7e50ac38471d65f4c8c423e7be18 743 1.00/1.00 vMB 21
672,148 672,148 0000000000000000000ab578a3f530196ea38ce5cec95c0d58cb921d8fac3cc2 2,437 1.00/1.00 vMB 45
672,147 672,147 0000000000000000000891adff7f5dfb5e1bc88b1a68426702dc892a78ae40ad 2,820 1.00/1.00 vMB 81
672,146 672,146 0000000000000000000314520644476776afe98c12ddde0aa0aa170229b7b6ba 2,584 1.00/1.00 vMB 132
672,145 672,145 0000000000000000000ba4d6ae78aad78890c0b14f2b848cfff6ad7d2a167c43 1,637 1.00/1.00 vMB 135
672,144 672,144 00000000000000000007035bcba54e41dea9cc23fa4bf195531d874588673459 1,405 1.00/1.00 vMB 153
672,143 672,143 00000000000000000005ae94d0ae28b0d6bed2a4af73969a9091e468427a6b9a 1,927 1.00/1.00 vMB 159
672,142 672,142 000000000000000000087ead0dce93f311900e0c1c59c744cef00009aee4adfe 2,779 1.00/1.00 vMB 64
672,141 672,141 000000000000000000092e39a56d7c901e7d86d83ce300bbc4076983c79f3ec1 2,324 1.00/1.00 vMB 115
672,140 672,140 00000000000000000005e349e18344604b71fe5262d23754fc00a4be1ab49a81 2,150 1.00/1.00 vMB 134
672,139 672,139 000000000000000000036d4ce41b595ec214e6f98fe4946967e31e696619004e 1,790 1.00/1.00 vMB 90
672,138 672,138 0000000000000000000a69cbb2f90dce27e67ff16eee927d71c6b87542678e40 2,051 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.28 GB
    • Received: 12.06 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.