Loading Tool

Explorer IconExplorer

Memory Pool

36,559 transactions
25.90 vMB
0.08652473 BTC
Random Selection Loading Transactions
Max Size: 132.65/200 MB

Candidate Block

Mining Attempt efb07dee30863e22444a70b46b40fbcc658bc0f99741f4be9f3e2d896809f852
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root aef8621ac1a8d2a3c23935b17d054868a20276a4688fd3ac789dcebcbc3a5ee3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,769
Size: 1.00 vMB
Total Fees: 0.03902858 BTC
Feerates: 171.09 > 3.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (314,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,957 599,957 0000000000000000000188124c841a732160d3958e1e2692ce01e6def67aefd4 3,400 1.00/1.00 vMB 19
599,956 599,956 0000000000000000000655537c39c018560cfad26fd00ebe3ac1bb1171c5811b 927 1.00/1.00 vMB 4
599,955 599,955 00000000000000000001fb4eeb84951c688b4206a6bc2af1064e2734e0f97146 2,642 1.00/1.00 vMB 15
599,954 599,954 0000000000000000000a405e0eb599136580eed78682bfe6648c5f7b6f81a9cb 2,157 1.00/1.00 vMB 14
599,953 599,953 00000000000000000011f03396a1c0ac3504000d6910376f6554d388b0acacda 2,119 1.00/1.00 vMB 3
599,952 599,952 00000000000000000013477780296372f6fbfb78ccea16582046016b85a52d5d 3,192 1.00/1.00 vMB 30
599,951 599,951 0000000000000000000cdadb1859d828e9b5d2d71c89446af2b6b6a3d655dcdf 2,301 1.00/1.00 vMB 14
599,950 599,950 00000000000000000003a7af4dcbf52db6cfa175c9a5a8f8fd30e7eae9e3ddd5 2,761 1.00/1.00 vMB 10
599,949 599,949 000000000000000000046bf39a86d7132f375b46ecab2144383f0e2e0b080db6 1,380 1.00/1.00 vMB 7
599,948 599,948 0000000000000000000a9d8bbc25f93fc273dbaa98c0ae9e4eb60667f2075849 2,886 1.00/1.00 vMB 14
599,947 599,947 000000000000000000009041ff779e0be3916bcde7497f7eae0bb2f4728a5cb2 2,889 1.00/1.00 vMB 24
599,946 599,946 0000000000000000000e3bbb9776b2152cfc327545efa41c6b90420362d5061c 1,816 1.00/1.00 vMB 19
599,945 599,945 00000000000000000005019fa71c00dc3d8dd4157879dc75e101953e5b02629c 3,197 1.00/1.00 vMB 30
599,944 599,944 00000000000000000000d250f131de75a0beced7ca8675a91ac87ec6bb64fa15 3,364 1.00/1.00 vMB 28
599,943 599,943 00000000000000000008d3723a70d3f4b0cb15f98e2787b114460c596734fb71 2,890 1.00/1.00 vMB 44
599,942 599,942 00000000000000000007589128dc8a24ca8d084857fa6cc6170c4e79fd5f7ba2 2,108 1.00/1.00 vMB 7
599,941 599,941 00000000000000000013a403c15c9ccd30db267935566c930b21bf6b6c437d74 3,060 1.00/1.00 vMB 15
599,940 599,940 00000000000000000014ade25470cfeca7071e42d58c2975e2b44e949c6efc3e 2,702 1.00/1.00 vMB 23
599,939 599,939 000000000000000000011c1cf2beb63f668bb4a1f599b77be2af47657d70b683 3,331 1.00/1.00 vMB 41
599,938 599,938 0000000000000000000588989f40dbbe9402bc7577009c4bb440df3de46ee0d8 3,204 1.00/1.00 vMB 24
599,937 599,937 00000000000000000007cb14c0eef06ed003a5af1db1fe60c6404dbc692b7f2e 2,195 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.