Loading Tool

Explorer IconExplorer

Memory Pool

53,872 transactions
32.07 vMB
0.15574349 BTC
Random Selection Loading Transactions
Max Size: 171.36/200 MB

Candidate Block

Mining Attempt dd98f7d9082ee8b4927ec77d2d81d814d46044f923e3f8b1acd13816fc1f1813
Version 20000000
Previous Block 0000000000000000000156b87c929dcbe2f3858c58e7ca3719bcdfd58093d240
Merkle Root f94ee1dea8f663badf99588968a8af37245d4cca468bb727d095aa8ae3c82269
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,529
Size: 1.00 vMB
Total Fees: 0.05691373 BTC
Feerates: 101.68 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,822 (353,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,947 560,947 00000000000000000002109264f8e2e183186c9e28aa2b28d345769a837f9770 2,312 1.00/1.00 vMB 8
560,946 560,946 00000000000000000025656e6b3404648fbf8be62083f2d428a9f20f230da881 2,937 1.00/1.00 vMB 10
560,945 560,945 00000000000000000015b67ef7ff27c0a7d3b3934a9fd8c2fe3df5a3bb5f5d9e 1,688 1.00/1.00 vMB 13
560,944 560,944 00000000000000000015bb7259d696084979049bb1e3b3c5b5932628c4bfb6e6 2,844 1.00/1.00 vMB 21
560,943 560,943 0000000000000000002ac968448a5e89332b58fb5777c0bd1fba870d2f01eb5a 3,113 1.00/1.00 vMB 70
560,942 560,942 000000000000000000222b774aa3455ff7d04e09cf3e3a689ce642536d3cee81 2,787 1.00/1.00 vMB 101
560,941 560,941 0000000000000000001b0790daa50bb4f1ad6e160408ae9bf1c1fb41707e8115 2,182 1.00/1.00 vMB 10
560,940 560,940 0000000000000000002c4d50ce15314eb766b9f4fb84d1fb217adbd18f3ea55f 2,688 1.00/1.00 vMB 17
560,939 560,939 0000000000000000001e1d80aedbaa149495c0336ad80e8f44e7985bc29d9a83 2,594 1.00/1.00 vMB 39
560,938 560,938 0000000000000000001cc917a9c290ef73edfc7e5bda6a09b8455b253c938d4d 53 0.01/1.00 vMB 26
560,937 560,937 000000000000000000136d810a39a803d0d73decd9f833969fbaafb8d3e8d964 2,876 1.00/1.00 vMB 33
560,936 560,936 0000000000000000002ca03f1b14304c4bf3d73a15deaa6e1d1ada4a267dde62 3,101 1.00/1.00 vMB 61
560,935 560,935 00000000000000000000568357202ed235b895052453ef63a792037f168df9dd 2,536 1.00/1.00 vMB 50
560,934 560,934 000000000000000000144b1d628c8b0fb0e7ee7272c9e591e009644c351d5573 2,600 1.00/1.00 vMB 28
560,933 560,933 0000000000000000002fb2530f3d204b7eacf6ec2f1e86293e49e373da5b2eb4 1 0.00/1.00 vMB 0
560,932 560,932 0000000000000000000e130b1719991c467a8a9e4595c610381befb7321cc9d0 2,779 1.00/1.00 vMB 21
560,931 560,931 000000000000000000196d9cac7742578e29a3d6718baa07df4ea10c3beae20f 2,550 1.00/1.00 vMB 17
560,930 560,930 00000000000000000001a98a3539854ad5d057728aa4d2a6c20be87e047b12b0 3,325 1.00/1.00 vMB 40
560,929 560,929 000000000000000000168b41e1862bf2ca74a7ba56a15ca5f8956085534f669d 2,381 1.00/1.00 vMB 10
560,928 560,928 0000000000000000001b1a75025bd612601f5d6e48484166d219ed373b2a006e 3,175 1.00/1.00 vMB 29
560,927 560,927 0000000000000000002feca191c89aa81203378c81bade6b3adf8bb5492043d8 2,109 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.07 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: 651.27 GB
    • Received: 13.52 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.