Loading Tool

Explorer IconExplorer

Memory Pool

37,978 transactions
27.13 vMB
0.05635192 BTC
Random Selection Loading Transactions
Max Size: 138.32/200 MB

Candidate Block

Mining Attempt 1a157babac70c358dec351874bbe4a19b204c6e9aaba8a5b6e30142910e146ef
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 6255bae9eac1268570f79b84e0de5ab435fb8b737714a1f9dd7c3038994c2c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,130
Size: 1.00 vMB
Total Fees: 0.00523807 BTC
Feerates: 150.75 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (257,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,683 656,683 0000000000000000000963ab503cc470bef6d56eb83ba9ef071e9b1f19ec0a06 1,954 0.99/1.00 vMB 22
656,682 656,682 00000000000000000009c1957e7f6c1dfd07ef1d2097f585f098ee980223d330 2,368 1.00/1.00 vMB 92
656,681 656,681 0000000000000000000eb14aa5ad58eace7877a9579921d1bdca4373ddfaaa7b 1,854 1.00/1.00 vMB 51
656,680 656,680 0000000000000000000fb0ef79824e29b63969eb56d7a424a6b5139b4c176e04 2,820 1.00/1.00 vMB 21
656,679 656,679 000000000000000000083cbed047f3f35f6c89ca49fad303ab5bdbb2191079f2 2,157 1.00/1.00 vMB 124
656,678 656,678 000000000000000000042ee34d041bec57371ed567edcc64d5e9b06498791083 2,625 1.00/1.00 vMB 80
656,677 656,677 00000000000000000009cb03f9ff37a0c1461cd382cc86835adf5b2a5bf13ed2 2,507 1.00/1.00 vMB 70
656,676 656,676 0000000000000000000a8cb46f324fbc22e312b4d2ed998279a8c20448f5f3e6 2,221 1.00/1.00 vMB 50
656,675 656,675 000000000000000000062502b1da96c08a03476bba49751ca980f4b5fa05f81d 1,637 1.00/1.00 vMB 112
656,674 656,674 00000000000000000003d264041df003ae77b8d892bcd9dc770a2a66d3615ed1 78 0.99/1.00 vMB 1
656,673 656,673 0000000000000000000789c25fbbd1ee7b6a736d9235363b5733a16132ca28e9 2,277 1.00/1.00 vMB 44
656,672 656,672 000000000000000000082be498c8a89c9c1af6f3f91b623721fffa875dad1cfa 2,063 1.00/1.00 vMB 78
656,671 656,671 000000000000000000031ff973d39ac51e9410a5859efa94e4c0e95d9238443c 495 1.00/1.00 vMB 13
656,670 656,670 0000000000000000000762ea2cd31c059753c92604964abbbc9e7e2ab81e1d1e 601 1.00/1.00 vMB 6
656,669 656,669 00000000000000000009ca0d2c2b21fa723390ecd159d16555e71547ac27f45c 1,006 1.00/1.00 vMB 8
656,668 656,668 0000000000000000000d4060f21c08f6cac08ff2f7a493e8b39fa9728862d0ab 2,534 1.00/1.00 vMB 54
656,667 656,667 000000000000000000104c1e0f89886db6d39319b0191dba5fd127b7e6ee351b 2,205 1.00/1.00 vMB 13
656,666 656,666 0000000000000000000ef119d3e5e93fbc9f9d753d83a5a55ac76ec0b3fef25f 1,462 1.00/1.00 vMB 36
656,665 656,665 00000000000000000000a2a25e79b419f1d11ddd8ad708eb7d1e2ca9b2e8a567 2,249 1.00/1.00 vMB 22
656,664 656,664 0000000000000000000ff44a0b73a104cfa5fbfe2f6e6483b0544ddd028677dd 2,359 1.00/1.00 vMB 95
656,663 656,663 00000000000000000000ea002987d6c8d8b3d90f3f37cae8a17dd0c784adda07 2,393 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.