Loading Tool

Explorer IconExplorer

Memory Pool

80,322 transactions
29.66 vMB
0.08747668 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 35e1bae3399ef85c859be5f7a1000ba8c647132d7efa63353b6c804f81ce9b69
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root e98dd0ccf5b261a6d43a5856b5128de919c60f9a41d85d5d5fdcfcc27c308bf7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,007
Size: 1.00 vMB
Total Fees: 0.02682254 BTC
Feerates: 150.77 > 2.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (66,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,395 848,395 00000000000000000001dff49495e15eb732019ffabefb7efc6b089aebb9777d 5,447 1.00/1.00 vMB 41
848,394 848,394 00000000000000000002fe6ea5b6e8618de4ffbe049eca84524954965dc1a1a0 6,807 1.00/1.00 vMB 30
848,393 848,393 0000000000000000000345aba4e82374c05599e63090bcaf25df76f1d8bfff09 6,897 1.00/1.00 vMB 31
848,392 848,392 00000000000000000000a348c5ae2e165bfc6e51a9c0ad7b2744f7e7bac0fa5b 5,953 1.00/1.00 vMB 35
848,391 848,391 00000000000000000002e460c6bd81faf05b210deb2baa8cadf9d36373942056 5,621 1.00/1.00 vMB 27
848,390 848,390 00000000000000000000a8aed9300b5d5d1c0e5e30f3a4ab381918a7f4498be1 5,389 1.00/1.00 vMB 23
848,389 848,389 00000000000000000002dafa92bed446861a055dfe91bf40b0fc2c31b02f75cc 4,827 1.00/1.00 vMB 25
848,388 848,388 000000000000000000009aeb923178f0fd662908017770ec294b6d9e5d4f4400 3,648 1.00/1.00 vMB 31
848,387 848,387 00000000000000000000f2d5ef42a24bb82f23cd152766d9c1e79b6c856f7529 4,059 1.00/1.00 vMB 25
848,386 848,386 000000000000000000015802a1f33c4f9644eb5cc15ec7ad354e3116a6c936b6 4,609 1.00/1.00 vMB 19
848,385 848,385 00000000000000000001c665cff074d3665da1ed35701752dfdb4ab270853ade 3,682 1.00/1.00 vMB 16
848,384 848,384 000000000000000000030b32b07824d126ad6c6378a8db3d4684ff93372a9fca 4,718 1.00/1.00 vMB 25
848,383 848,383 000000000000000000015b18b8fa27e213667a668c134bbd602d0574c10ed3c6 3,700 1.00/1.00 vMB 29
848,382 848,382 00000000000000000000e8d2b6b071e81e51902f3a070ece97c4e95d4fd6ff31 3,484 1.00/1.00 vMB 28
848,381 848,381 00000000000000000002a3348ca452500f62c3582143967fbb4a251654abfbe3 4,187 1.00/1.00 vMB 17
848,380 848,380 00000000000000000001e802e7072ac9104a21b6d67c43f10be41bf7061e0280 5,260 1.00/1.00 vMB 21
848,379 848,379 00000000000000000002c5cd5ec55f80252bf2ae630b830f8f5b2d5e74d44843 3,951 1.00/1.00 vMB 22
848,378 848,378 00000000000000000002827d1b7ca993fa39a3408e0ebe61738958bc5105ad09 3,430 1.00/1.00 vMB 17
848,377 848,377 000000000000000000029bc47c4211690a409dbd93ac13b1cc6cbb9ea585fbee 1,827 1.00/1.00 vMB 12
848,376 848,376 000000000000000000022170509f84c681028f45cc8adaca79946e273939d3f6 4,464 1.00/1.00 vMB 18
848,375 848,375 000000000000000000018c4abf2508a3d35dd03a5f70330d2cd50e4f16dced12 3,657 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.52 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: 668.76 GB
    • Received: 15.56 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.