Loading Tool

Explorer IconExplorer

Memory Pool

80,625 transactions
30.20 vMB
0.07469771 BTC
Random Selection Loading Transactions
Max Size: 185.15/200 MB

Candidate Block

Mining Attempt 46c11cd438b7855bc6cac61b363b8931813705475d1e4527bee233c5c7d6ea8c
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root cbefe8a13fa4ff51d4af3f0ef56a77a9622516044312d880d6024393b47dd986
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,733
Size: 1.00 vMB
Total Fees: 0.00745583 BTC
Feerates: 60.11 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (463,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,441 451,441 0000000000000000029c6e5914bbdab1e9c47c090bbb24bcddf48130b58386bb 1,962 1.00/1.00 vMB 71
451,440 451,440 000000000000000000e1c2cf4190b2119adbb79111a08f6e650d6c556dbbfade 1,837 1.00/1.00 vMB 88
451,439 451,439 0000000000000000025c21f32fce0823d2259ed44e4dc823509084cb88ee6ec4 2,179 1.00/1.00 vMB 83
451,438 451,438 000000000000000001ee8ecfd299e4679e47f5e3083158ae0dd25a34618faa1f 2,061 1.00/1.00 vMB 85
451,437 451,437 00000000000000000214c910b71f60e755bec4c09905a3d25da1073fd6bfb1c5 2,769 1.00/1.00 vMB 134
451,436 451,436 00000000000000000232f70d976bca6090f0cd983c66dfdb981a9fd1b10a585e 1,750 1.00/1.00 vMB 130
451,435 451,435 000000000000000000de4c8ec29e9755487eee9dc5ef5a804765d66a3cec72d3 3,242 1.00/1.00 vMB 76
451,434 451,434 000000000000000000b93ac84696095341e74ddd9d0499572af75b7bc2ee8da4 2,948 1.00/1.00 vMB 73
451,433 451,433 0000000000000000019d9a58a3b6f31b2ae20402f1aba42f95f031b9112dba35 3,368 1.00/1.00 vMB 77
451,432 451,432 000000000000000000f08f740753e643897c62dfcedc8e2c5fd08c84b362a921 2,266 1.00/1.00 vMB 115
451,431 451,431 0000000000000000021ada72ad36d82547bff15e7de5531b324712a059389ae8 1,019 0.37/1.00 vMB 148
451,430 451,430 000000000000000002c9a7b4e29f85beeaaddb1781d04389e175382c65f14992 2,565 1.00/1.00 vMB 74
451,429 451,429 00000000000000000256ca1ead4b46300d68ad049a6d6623df3d304bf13706c7 1,911 1.00/1.00 vMB 99
451,428 451,428 000000000000000001e15ad02ce09a00e7bade6e5b4316dd81c21b9f43e7b3e7 2,623 1.00/1.00 vMB 139
451,427 451,427 000000000000000001651e4977084ea6926731e2fdd52c7f9d4315180b2455b6 2,465 1.00/1.00 vMB 121
451,426 451,426 000000000000000001a449c4660d20ed6fdc74a12b7e7c04561e0409b3250e3f 2,874 1.00/1.00 vMB 164
451,425 451,425 0000000000000000026d641e15782ff1cb9f3b5a932be91c3fe1e26e99833530 2,172 1.00/1.00 vMB 116
451,424 451,424 000000000000000000f864ee9a3b046b161fed91b28fe8cd1b09fafa936559e5 3,456 0.99/1.00 vMB 67
451,423 451,423 000000000000000002a893fc5f106279180217c6a04647b74e5b4f5f5f208c57 3,379 1.00/1.00 vMB 83
451,422 451,422 0000000000000000004fed2a3f345c1509d4368ba4849d0fae6d8b176467ee28 2,160 1.00/1.00 vMB 87
451,421 451,421 00000000000000000055abac605034e66e5307f88afb5dd930bdde6cdd668240 3,121 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 783.01 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: 718.94 GB
    • Received: 18.00 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.