Loading Tool

Explorer IconExplorer

Memory Pool

76,608 transactions
28.56 vMB
0.07329171 BTC
Random Selection Loading Transactions
Max Size: 172.92/200 MB

Candidate Block

Mining Attempt 4295b107e8018cfe58820f330e7a8b7207e1c5e08afb1abee0745787be45803a
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 8d9edc6b0ba49cd2379f2b6dfd13c1b1df84ef6cdc2cfaea1e24a2821e1ef5fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,588
Size: 1.00 vMB
Total Fees: 0.01370395 BTC
Feerates: 214.59 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (275,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,990 639,990 000000000000000000083923b75abc7c33245ff3d220f2047b58d082926ceec9 2,517 1.00/1.00 vMB 20
639,989 639,989 0000000000000000000efcff99b8685c47dec87602a83a17fbdb2a25684dbf5b 2,099 1.00/1.00 vMB 13
639,988 639,988 00000000000000000001988b4adfe9c3f70cf2fbf6e89fc3f88759061c3c3433 2,833 1.00/1.00 vMB 58
639,987 639,987 00000000000000000005fdf8f4760484677092f604919f064c47fde670b59115 2,502 1.00/1.00 vMB 60
639,986 639,986 0000000000000000000d31efd5344ae141d000968e35dab35ad2b8e680277bcd 2,491 1.00/1.00 vMB 26
639,985 639,985 00000000000000000009696e9e452444e2c3cceeb4f3c22916f2f2438344a636 2,192 1.00/1.00 vMB 33
639,984 639,984 0000000000000000000260b11a0a8d901c5ffcc92d7a5d44c84fd2f063308925 2,371 1.00/1.00 vMB 66
639,983 639,983 00000000000000000006768f34880334aff0ecf045920b5a76b867578a2fdd4e 2,039 1.00/1.00 vMB 23
639,982 639,982 0000000000000000000c1db33a7ec780c18ab947018c791ee6ee62954e5edca8 1,585 1.00/1.00 vMB 10
639,981 639,981 00000000000000000001f859b50c58ea797d738c230b35c693e14ad79aaf76ed 2,112 1.00/1.00 vMB 35
639,980 639,980 00000000000000000000988d8e7de4b5a7294f63748471300f971deed97459ab 490 1.00/1.00 vMB 6
639,979 639,979 0000000000000000000087f1dd77505bca77fa605242d7ad6c46bb06fd4d6f8e 678 1.00/1.00 vMB 8
639,978 639,978 0000000000000000000029ac9c981c09a2ba301ea03be39f98ddea2cb9970dee 669 1.00/1.00 vMB 3
639,977 639,977 0000000000000000000081b1547d072c3024985fd2804122a42091d622f99ab6 2,431 1.00/1.00 vMB 34
639,976 639,976 0000000000000000000f9dbd48508362cd641d1b9aeea042a02056802a8592a1 2,479 1.00/1.00 vMB 21
639,975 639,975 00000000000000000004ea34e0a6d1065dc9a7d848bb82038f14a0e255f30ae2 2,653 1.00/1.00 vMB 56
639,974 639,974 0000000000000000000f04fde03b99360d8210ce986c1456da39f421ceb16ac8 1,301 1.00/1.00 vMB 14
639,973 639,973 00000000000000000007cc7b7c9c8c8a35b48a44f22b896ffecf3b9a4ab5ec57 1,259 1.00/1.00 vMB 14
639,972 639,972 0000000000000000000fbc3f758cecd5f1a15cd26121496f623e2d83e894a3f8 368 1.00/1.00 vMB 4
639,971 639,971 0000000000000000000b7f6b18394d0928d5a6005f139a6b0e13ab1e68b89877 1,001 1.00/1.00 vMB 12
639,970 639,970 00000000000000000009d85bbb813630e3580a4d92d7fb5496f99f137f0f4158 1,073 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.63 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: 672.16 GB
    • Received: 16.16 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.