Loading Tool

Explorer IconExplorer

Memory Pool

82,771 transactions
31.33 vMB
0.10539695 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt 2a0fb7d0ed286706a78c74829cdbb66b7008e0496ab67968d72c782821a09b2f
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root b2badf8d00d2bd80fe127d6460835ae0fff89f3b39f0f55c18eb04400ad01a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,999
Size: 1.00 vMB
Total Fees: 0.02871153 BTC
Feerates: 151.12 > 2.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (463,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,546 451,546 00000000000000000047de5a39fb36fe051921361cabf75e94064df9229c7e37 2,277 1.00/1.00 vMB 115
451,545 451,545 000000000000000002326a7492fa9c77487e83e5a2f61e3bb9d65189f11a7dca 1,641 1.00/1.00 vMB 47
451,544 451,544 0000000000000000012308ec03d3e2366be0e57ae071cb27a12484970e4bb57c 2,449 1.00/1.00 vMB 83
451,543 451,543 000000000000000000d34ee0c651b0d5b74c19fd825c7b07326efdca672238fa 2,055 1.00/1.00 vMB 86
451,542 451,542 000000000000000000d0744e0781ee1e9e85c0da2908be08349b7e50adf1741f 2,189 1.00/1.00 vMB 115
451,541 451,541 0000000000000000028f2285290cc4cc1aaf53f409dc7d5276c809d7c35d46fe 3,035 1.00/1.00 vMB 72
451,540 451,540 000000000000000000098a40298e9f8cb95a859049e353ad1a2cf439c8d3ac70 1,820 1.00/1.00 vMB 75
451,539 451,539 00000000000000000246c7772e855dfcf55e451916502083f795426bacb6c8ff 2,629 1.00/1.00 vMB 82
451,538 451,538 0000000000000000029c559fb3fdfa449b366d2e67c91b34e86280fa648e4f7b 1,442 1.00/1.00 vMB 89
451,537 451,537 0000000000000000012718304755a45d35316742d9933a49961bd68cec182799 1,954 1.00/1.00 vMB 95
451,536 451,536 000000000000000000a6702678da0f1a47aa86022e7e4651400e1736b439794a 2,716 0.99/1.00 vMB 114
451,535 451,535 000000000000000000fb44597cb7e037f65e93da41381794b1beb4bd9fb1e84e 1,803 1.00/1.00 vMB 188
451,534 451,534 0000000000000000028c9b31fd5ea302002bad4d9710c89de66eeea62a4fd429 1,863 1.00/1.00 vMB 91
451,533 451,533 000000000000000000e04b1b45ca093013ee41210fe52f044e1f8f743cd52717 2,594 1.00/1.00 vMB 128
451,532 451,532 000000000000000000bd56558aa5630135c200c0743d29afb49ae4d899916bd4 1,015 0.37/1.00 vMB 146
451,531 451,531 0000000000000000012381a6876b3e3ac7327f9a23a94eaf8809cefd370e3796 1,927 1.00/1.00 vMB 65
451,530 451,530 000000000000000000a69a00a179d3b5722276879f55e16ab8b5b79081f851b9 1,970 1.00/1.00 vMB 106
451,529 451,529 000000000000000000efa0367aef3c04711a12af7db43ff5b3552746ed3ffd16 1,750 1.00/1.00 vMB 56
451,528 451,528 0000000000000000003851c279272b8cb10e97d31924e0825fc06392d5a586a4 1,887 1.00/1.00 vMB 103
451,527 451,527 0000000000000000007ce8879e74aa028364618617e93b3e6c6f4b892dbce9eb 2,001 1.00/1.00 vMB 63
451,526 451,526 0000000000000000027582d76177d7622a2b3aa2aced68d38b5ecc934fc45e21 2,308 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 783.06 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: 720.65 GB
    • Received: 18.24 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.