Loading Tool

Explorer IconExplorer

Memory Pool

40,193 transactions
28.93 vMB
0.06558896 BTC
Random Selection Loading Transactions
Max Size: 147.28/200 MB

Candidate Block

Mining Attempt 5b3862e092ed3af2d5d803671670e16fdbbe24c316517d4006a502e83d27ca10
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root d582455cad897dfc902cfe27616242de8d0b199b689ae4ebb12802c3a0462390
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,943
Size: 1.00 vMB
Total Fees: 0.00939480 BTC
Feerates: 58.92 > 0.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (454,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,774 459,774 0000000000000000018935cb397ab5ddc1c63eff0c74059cd017030ddabb4bfe 2,350 1.00/1.00 vMB 168
459,773 459,773 0000000000000000000a9e3bf2eeaa62edc3df8b0c03886c4e1095343c424ad5 3,058 1.00/1.00 vMB 151
459,772 459,772 00000000000000000051dcb211b974b2e39939218651fd9153fe9e57722b3040 1,785 1.00/1.00 vMB 139
459,771 459,771 000000000000000000c9dec06d56a46831a4ee54ce939f3b7e0bec5dfad06366 2,165 1.00/1.00 vMB 209
459,770 459,770 000000000000000001aa880f10f39e73954697637a4cf4b46444d0aba2cb2700 18 0.00/1.00 vMB 2,256
459,769 459,769 000000000000000000be1c5b1472e18db9f41d3c407c43bae2e7522bbf2574b3 2,406 1.00/1.00 vMB 166
459,768 459,768 000000000000000000fc13dccd3312f818a21a53eb4b50256c35d197a362e422 2,612 1.00/1.00 vMB 145
459,767 459,767 000000000000000000b97281947d2729b9c20d20ef4f5bb488637aa1a37573ac 2,205 0.99/1.00 vMB 168
459,766 459,766 0000000000000000004b9388b88aba724ed93f1e05c2abae8178d60ac978b0e4 2,688 1.00/1.00 vMB 252
459,765 459,765 000000000000000000ab00266bb00e88567dabb4fef63281371af938f2bcb2ee 2,621 1.00/1.00 vMB 267
459,764 459,764 0000000000000000008efc8330d40fd339c91901d0db8c6fa80637296e4de899 922 1.00/1.00 vMB 138
459,763 459,763 00000000000000000013ed60d68b69a90451029d1085e26d01e2dd0312c53865 3,027 1.00/1.00 vMB 154
459,762 459,762 0000000000000000009b0b9e95f5e3ce006f3940bf68c03de23b0a34523e778f 1,892 1.00/1.00 vMB 153
459,761 459,761 000000000000000000071f1e6c05dd5ad5b2d542ff4dfe19a6dde8ca2983f88d 1,969 1.00/1.00 vMB 204
459,760 459,760 000000000000000000396c22ef1b2eb62e7d8aa3e8e1c626cb4b1a8f235a1477 2,018 1.00/1.00 vMB 165
459,759 459,759 0000000000000000007a09150c1aa748420f457cdfe123b17f79bce069ada151 2,432 1.00/1.00 vMB 166
459,758 459,758 0000000000000000005710c48ec2627a38badd04a5a40dd2dc1d66c47c8df146 1,522 1.00/1.00 vMB 138
459,757 459,757 0000000000000000019ed83643809c7258b2e6eda90bdab61591ece27ed5e37f 2,052 1.00/1.00 vMB 130
459,756 459,756 00000000000000000101fe201a08c2d19e54d88715accd6e423d69a0e1441263 2,106 1.00/1.00 vMB 190
459,755 459,755 00000000000000000046db46bfbb5970f578131d0d554b99764a812150548270 2,242 0.99/1.00 vMB 169
459,754 459,754 000000000000000000ee3f42548a935c320fd4ecb986f086e789ce8bbe5d0449 1,771 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 781.57 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: 622.67 GB
    • Received: 11.36 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.