Loading Tool

Explorer IconExplorer

Memory Pool

77,362 transactions
29.00 vMB
0.06943110 BTC
Random Selection Loading Transactions
Max Size: 177.85/200 MB

Candidate Block

Mining Attempt 1e8428e84f8b4520343986c7e5ec3a2bb4ac5d71c58900d454a7a566fb321656
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 848fb99804eb584eed53ae595917b9a1e8ba198fedfdf3727c882af042450842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,161
Size: 1.00 vMB
Total Fees: 0.00621889 BTC
Feerates: 96.15 > 0.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (252,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,544 662,544 0000000000000000000469974c4cbbca29d2a9421d8b5a619eea32bb7195b00f 1,416 1.00/1.00 vMB 127
662,543 662,543 0000000000000000000e9ccb0e21e61c8ff9613d86ff2aeb77b75e1225e1d337 2,708 1.00/1.00 vMB 91
662,542 662,542 0000000000000000000d16d93bab70e245c10eafc2bf376b47ab4b682136e9d7 1,482 1.00/1.00 vMB 118
662,541 662,541 0000000000000000000c60163c726a07f1691ef82f2c4bf5b8ddd372ad3cfd8a 2,868 1.00/1.00 vMB 105
662,540 662,540 000000000000000000083346c5aa421505b8d684a03412c82527d051da9dc592 2,903 1.00/1.00 vMB 118
662,539 662,539 0000000000000000000cf3e22e65b249ac3b1cb5792f10352ca1b5c5da36378e 1,767 1.00/1.00 vMB 124
662,538 662,538 0000000000000000000d3f76e8b27936c9dad783d763251459ce84fb9841c1a9 2,879 1.00/1.00 vMB 137
662,537 662,537 0000000000000000000274ef4756e0934e685ed861938ddd6598e69399bb820e 2,819 1.00/1.00 vMB 86
662,536 662,536 0000000000000000000542ca9309e8db6a80955c9d207231a9de80ada958e386 2,676 1.00/1.00 vMB 135
662,535 662,535 000000000000000000088e9852eaf6545dd5d9b73ca4dab29cf8ed13ffa103f8 2,772 1.00/1.00 vMB 92
662,534 662,534 0000000000000000000031c3237b262e504cd62d986f7fde1dc99722e0655290 3,018 1.00/1.00 vMB 93
662,533 662,533 00000000000000000006a707062c6293492610bf14d79463021fd9d7b7886737 2,054 1.00/1.00 vMB 114
662,532 662,532 00000000000000000004d3b392690dd5eba2822635fd8edcd3450c0544121981 2,528 1.00/1.00 vMB 136
662,531 662,531 00000000000000000008062324f0c4753881b8835092b7e2636a5869b2c301d0 2,553 1.00/1.00 vMB 124
662,530 662,530 000000000000000000036a3b5d3eba6e77d84037519df4054931dc1ce58d6b41 1,319 1.00/1.00 vMB 110
662,529 662,529 0000000000000000000109f91b285389eea33150ee1da5f8ef0f98ac931bb95b 2,143 1.00/1.00 vMB 127
662,528 662,528 00000000000000000009d62f1b7b1ddcc49ba96f6bcdd7a738bfc8a6489514cb 2,602 1.00/1.00 vMB 143
662,527 662,527 00000000000000000006ed3f76a892b93c7028b27c1a59ce9b15a4ef75e73d3f 2,388 1.00/1.00 vMB 151
662,526 662,526 0000000000000000000ce311228c432fc7e2e0d6a64d8f242187684b46d0a76a 2,076 1.00/1.00 vMB 32
662,525 662,525 0000000000000000000aba0fe6fb9946a67f99e2a074d0dac081f855f21c36fc 2,750 1.00/1.00 vMB 94
662,524 662,524 000000000000000000083d4c38c941a32611980acd332c3beacb4d1e734742ab 2,856 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.