Loading Tool

Explorer IconExplorer

Memory Pool

86,513 transactions
31.77 vMB
0.10749188 BTC
Random Selection Loading Transactions
Max Size: 194.64/200 MB

Candidate Block

Mining Attempt 7cddfd3079f07b550c8bb606a1600727f631ba78439b18c0ce83606ef27d074d
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root cfd5202d7a9d2eace8f5d05998702fb9629e42268b28024226174e3f1bc3a512
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,886
Size: 1.00 vMB
Total Fees: 0.02728056 BTC
Feerates: 1,236.26 > 2.73 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (493,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,973 421,973 0000000000000000018ac2a18dcf812eaba901285aa8f440d5fa9dd5714de36e 1,786 1.00/1.00 vMB 44
421,972 421,972 00000000000000000269a6657c696e367cc86377ec8aa6a6a41b842a8a0b922f 2,259 1.00/1.00 vMB 56
421,971 421,971 00000000000000000485580d67c80535b2ff25336b14305a318d4ef3fe7d99d3 2,987 1.00/1.00 vMB 84
421,970 421,970 000000000000000003bd0f3058af4bb90688b92d7475038fc2d869ed67cd5b0c 572 0.24/1.00 vMB 66
421,969 421,969 000000000000000003c2ef10bb12e432d47de6b25af0c61168a15cbfca0a5cae 513 0.39/1.00 vMB 33
421,968 421,968 0000000000000000009c351dd012b78d8a8de748dceb9d0b06a26c079996dade 975 1.00/1.00 vMB 27
421,967 421,967 00000000000000000522b39bf693b580e137167022b40e75f6b09cd532d3a6ff 1,549 1.00/1.00 vMB 52
421,966 421,966 000000000000000002e5b57293628541e040a7e9a5990671d115928237de2901 1,998 1.00/1.00 vMB 79
421,965 421,965 0000000000000000026ddf1d0479adb5e5741dbbe3a81163ddcbcdb696c79cf2 1,413 1.00/1.00 vMB 66
421,964 421,964 000000000000000004ed8f372271d5a24b57811c2e0e93e1c60bb826e6adf7d8 31 0.01/1.00 vMB 134
421,963 421,963 000000000000000000a3b1ea2c9e550212a8765db4c663096631d661d45e0cf8 1,164 0.89/1.00 vMB 36
421,962 421,962 0000000000000000001fafb124eccf764b372d89649b01205aa1a03f176f8a65 2,466 1.00/1.00 vMB 57
421,961 421,961 000000000000000003b89eeb63fc353260370cf37bf0e9e7591e36ac55408d4f 1,293 1.00/1.00 vMB 37
421,960 421,960 000000000000000004950ac2ced6db99207af7838924140242af8d229bf9925d 596 0.23/1.00 vMB 55
421,959 421,959 0000000000000000016274997bc50bd948ea84a7d38ec6ee5b2f07a25d1eda8e 1,558 0.77/1.00 vMB 37
421,958 421,958 000000000000000000421bfd4e5f99a7d09936e0acb5e3c915768f4d7f7ffedd 2,409 0.93/1.00 vMB 70
421,957 421,957 000000000000000001a950f42a1a14ee69d3f1f0e3bc32952ba4dcab1f2bd685 1,513 1.00/1.00 vMB 40
421,956 421,956 000000000000000002c5075b18bd358bb0d169640e3d31227268f55dda9bf92f 1,081 0.78/1.00 vMB 33
421,955 421,955 000000000000000003519bc34229d92c21688e857e3ebc6981578e4a344a21de 222 0.10/1.00 vMB 64
421,954 421,954 000000000000000002f662d11024240ee8b5eed48b081d5b5d6bc505e1e3a501 1,621 1.00/1.00 vMB 25
421,953 421,953 000000000000000004e8a0a66541f7f39107c84428f5642e6106c333ebe3282a 2,225 0.99/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.04 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.