Loading Tool

Explorer IconExplorer

Memory Pool

78,925 transactions
29.54 vMB
0.07106558 BTC
Random Selection Loading Transactions
Max Size: 177.54/200 MB

Candidate Block

Mining Attempt 9de6021cbd5800dbaa05b2eeed40bd6920701e078ffbcb40627f648e1b002310
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 63a950ac35ff0891f37e3b861d7fdb573ae14d10e8da0e844488cd7c1926c86b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,713
Size: 1.00 vMB
Total Fees: 0.01100782 BTC
Feerates: 150.93 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (331,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,968 583,968 000000000000000000212b0e0dcbf207f8a9a3e5ba1b0aeb4bdeea28f4318904 1,072 1.00/1.00 vMB 25
583,967 583,967 0000000000000000001769f80bc51ebc3d61bb79da3dd598d1c78e5a477ed434 1,894 1.00/1.00 vMB 8
583,966 583,966 0000000000000000000154abcf0b17e0a617fec3f05ec2b8827ffd1284823cae 2,758 1.00/1.00 vMB 89
583,965 583,965 0000000000000000000ee1217ed0975350199e9f6b628dc19930cbb76b763d96 2,781 1.00/1.00 vMB 52
583,964 583,964 0000000000000000001a5f18fe016269a1207cb2f00e829278d3618f96732929 2,591 1.00/1.00 vMB 50
583,963 583,963 0000000000000000001b9251755f73a05595c65b9d79d9341dd2970ed2c90d9d 2,284 1.00/1.00 vMB 73
583,962 583,962 000000000000000000176a9a1f6fcb47b810b7b063473bdb029dcac27c038fa5 3,168 1.00/1.00 vMB 105
583,961 583,961 0000000000000000000d333e72e88feda0da42baa12f8230fa5133f82855400a 2,295 1.00/1.00 vMB 63
583,960 583,960 00000000000000000017f825b1923e866d0f593bcaba2a7e025ee9c949b6fb86 2,973 1.00/1.00 vMB 86
583,959 583,959 0000000000000000000b1ce468ed36a960449a688f26a80f943c114eaab95e15 2,685 1.00/1.00 vMB 63
583,958 583,958 0000000000000000001df6eb7bf0db34f41140d629c88990b7e15526dd0232f5 889 1.00/1.00 vMB 29
583,957 583,957 00000000000000000012c26eab28baef70eaad3187e269e075aa4cb920d2858d 2,536 1.00/1.00 vMB 34
583,956 583,956 0000000000000000000dca63ccef0b4844a3993cb93bb7b5ade06001ebc3c5da 1,546 1.00/1.00 vMB 35
583,955 583,955 0000000000000000001d1424de015f34db04ea68f996e9233a8b9a6bd500e194 1,066 1.00/1.00 vMB 39
583,954 583,954 0000000000000000001772f46caeb595402b3b61d0d580c46c33ff925c8fe953 820 1.00/1.00 vMB 14
583,953 583,953 0000000000000000002105a78fb098053e390b7d7582b09dfcd358b1c62b7b85 1,948 1.00/1.00 vMB 16
583,952 583,952 0000000000000000000f5d4133d01b090819a978fda87feddc6e2f5801954a18 1,396 1.00/1.00 vMB 35
583,951 583,951 0000000000000000000b928d6690cee5bf6bacd46423741018323137e9ada272 1,078 1.00/1.00 vMB 26
583,950 583,950 0000000000000000000e47ef8d5254cfc2ebb6e756df0f692ff377896de9aa61 2,765 1.00/1.00 vMB 73
583,949 583,949 0000000000000000000b2b0b1e2852ff166a6f0a8914bc4f5e3c0a2d2cb92ebd 657 1.00/1.00 vMB 22
583,948 583,948 0000000000000000001ca65785db9f8735f86b6f1b154cd41b138f67a980f0e5 1,396 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.