Loading Tool

Explorer IconExplorer

Memory Pool

78,118 transactions
34.28 vMB
0.15845613 BTC
Random Selection Loading Transactions
Max Size: 191.16/200 MB

Candidate Block

Mining Attempt 45029908be7cca3123d0a704e0de838db5a81485e2451f5e2b43279613b5a304
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 7a36c48f549f837324f27e01e7a2cf0eabb542822d3e111f6cf0dc8ab3947b08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,110
Size: 1.00 vMB
Total Fees: 0.03717836 BTC
Feerates: 469.97 > 3.73 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (622,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
292,559 292,559 00000000000000004ccc6700e48fbc51a313f3b9614e4dcab0ac2c288b148aac 92 0.05/1.00 vMB 34
292,558 292,558 00000000000000005f1c5ecedf6f32bbe9cdccca7de24b40dae4ef37e63f1d3b 526 0.37/1.00 vMB 37
292,557 292,557 0000000000000000378c559ad2ab8e9a331eab0dc330fc046fdfaeba7f48aad2 930 0.35/1.00 vMB 51
292,556 292,556 000000000000000019d543f793c2bec62121fe8fc9f3e73a616c80194765af2f 372 0.39/1.00 vMB 24
292,555 292,555 00000000000000008cc81b3e937349a4165477150b43314eacd7b9968f31c7e6 286 0.14/1.00 vMB 32
292,554 292,554 00000000000000007091b39e7ee8e6cd3dbca37b9b700390a0c0eabf44650537 819 0.35/1.00 vMB 39
292,553 292,553 000000000000000077c593802ecc91d41c8ec5671b650a15976d00e61a552432 27 0.02/1.00 vMB 8
292,552 292,552 00000000000000006107aeac51d1d57fae2dd72e1f5c1eef7619d1c9a0a97f3a 49 0.02/1.00 vMB 34
292,551 292,551 0000000000000000d051d63a6ea72813f62aa821a2df4bd6f4d6fbee876bd6f3 792 0.40/1.00 vMB 37
292,550 292,550 0000000000000000b84c78c335c286d7ba23d66c91a6c0e9022fbd3fd06eecda 335 0.14/1.00 vMB 41
292,549 292,549 00000000000000005d6f84df532bfc94c10890da84d5284710b5f9cadb0f4064 234 0.14/1.00 vMB 28
292,548 292,548 00000000000000001e973456d956bd672e8e29db1ebfe9a51534c36e088b5838 131 0.06/1.00 vMB 36
292,547 292,547 000000000000000008e78c9fc1f26ee330e0ea5fc3c03c41c0a924a48f5f3195 195 0.11/1.00 vMB 26
292,546 292,546 00000000000000004a962db57ea9d29afbcb425bc5189518c8ec12c8ebb14d9d 133 0.07/1.00 vMB 36
292,545 292,545 00000000000000005116490ed7e35714d50f44531db6c1ed2320aa7ee96c45e8 803 0.36/1.00 vMB 32
292,544 292,544 0000000000000000071a94027dde78619a22da1bb4f73b1c4de629986ba6494c 30 0.01/1.00 vMB 20
292,543 292,543 0000000000000000bd3153aa610c1b48ba94565e889dd0d6e592cb4eaecdf611 224 0.11/1.00 vMB 31
292,542 292,542 0000000000000000847bc961bf6ccb6bc6f9f8c299ebe0978944a4b5b6c0e027 425 0.20/1.00 vMB 33
292,541 292,541 00000000000000001fc62699ebfaf74189ca3a9b1b7a1fc7a4ba91e994aaca6a 311 0.15/1.00 vMB 33
292,540 292,540 0000000000000000b3d5fe7f23e830c4f5801569fec48d995519ac98b082b1fa 114 0.08/1.00 vMB 27
292,539 292,539 000000000000000024a40ede887004b850214bc021b55253bbb68dd838d8d997 135 0.06/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.11 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: 735.38 GB
    • Received: 18.57 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.