Loading Tool

Explorer IconExplorer

Memory Pool

26,006 transactions
26.91 vMB
0.06339521 BTC
Random Selection Loading Transactions
Max Size: 128.95/200 MB

Candidate Block

Mining Attempt 92fd9197d1538324735ebb22296d290b6fad3117771099cc86d4b481fdfac36c
Version 20000000
Previous Block 000000000000000000007b4acda7a1f244486b309bf9a2b96a9bb81c576cc579
Merkle Root 5e5e129fb494a9b7ab04f9a582ce7f3824d080aefeaef450218410f0de9ad383
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,959
Size: 1.00 vMB
Total Fees: 0.01286365 BTC
Feerates: 75.68 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,488 (394,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,829 519,829 00000000000000000019112eb2da30973c505eaab5c32a8897341aacf76c0d0d 2,778 1.00/1.00 vMB 73
519,828 519,828 0000000000000000003aca4dd50df1ecc7298b33e55c2828456dce9ea11dea56 1,451 0.69/1.00 vMB 46
519,827 519,827 00000000000000000006c05a8272935930ac3eeb7582e0c1925d867e4f0bf010 1,135 0.62/1.00 vMB 37
519,826 519,826 0000000000000000000b357264ffe7079f1dc944009a8e94d1accfd3e9945b50 1,064 0.52/1.00 vMB 43
519,825 519,825 0000000000000000000eddb756e0b414555449dcb104efa59a60df21cdb05875 1,923 1.00/1.00 vMB 42
519,824 519,824 00000000000000000012458bbf6663a121d22416c8faba79225870ecd9b7a2b1 317 0.41/1.00 vMB 23
519,823 519,823 00000000000000000012db0c80ba31ad891d306fe3a4c86224de66f5133626cc 1,524 1.00/1.00 vMB 8
519,822 519,822 00000000000000000037609cefc1ee2204b851ea89d9d657fad58f60eb226a0c 1,085 0.57/1.00 vMB 23
519,821 519,821 00000000000000000047b06ab5b70c7355078131ee4b561920e86057f1f8979a 2,548 1.00/1.00 vMB 67
519,820 519,820 0000000000000000004322b16f70173dc5597748abcb4ebeec1fa855f036ec1f 2,726 1.00/1.00 vMB 43
519,819 519,819 000000000000000000341b6c0783f3f311ecab3f0761cd695ce0f2c631fba3b1 812 1.00/1.00 vMB 89
519,818 519,818 0000000000000000000ff75267e171c55a096a4d704d67b67dfa45f36cd747e5 90 1.00/1.00 vMB 101
519,817 519,817 0000000000000000003a919859754103eb0e9041edef41e5549818b9232f4cc8 405 0.99/1.00 vMB 122
519,816 519,816 00000000000000000009007161b418d82b551c6fee37854d24f12e600c2c4fa0 1,932 1.00/1.00 vMB 15
519,815 519,815 0000000000000000002312601fd5fd185a625ce8199456595a30fc1984cdbbeb 3,048 1.00/1.00 vMB 74
519,814 519,814 000000000000000000473eb0c249f4c4e4c9280eb79fe2913e19cf74a7e0faed 904 0.63/1.00 vMB 39
519,813 519,813 0000000000000000001712a744e0eec110ac2b6fb9c65b0ce77c5d7a3a443fe9 1,611 0.78/1.00 vMB 44
519,812 519,812 000000000000000000394d7b47edc6e6ebd7ab12cb7c5d4093e8c4f631dc4f8a 1,647 0.92/1.00 vMB 43
519,811 519,811 000000000000000000204f375d5e2256b31a22d2e93dd79be6a1d7a28855d551 1,520 1.00/1.00 vMB 30
519,810 519,810 0000000000000000001f814024732b1aad92d8e6caefbcc05a16bd14f3c76355 549 0.19/1.00 vMB 56
519,809 519,809 000000000000000000206e89b27a62b677eaa3eab2b44675735aee6a3a1f7b81 1,199 0.47/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.48 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: 611.58 GB
    • Received: 10.85 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.