Loading Tool

Explorer IconExplorer

Memory Pool

77,397 transactions
29.08 vMB
0.10070701 BTC
Random Selection Loading Transactions
Max Size: 175.01/200 MB

Candidate Block

Mining Attempt 52b5845095db3cd8bbe3eecaffae1d16b6919a46cd6b9c527f7f0b64bfd2209d
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (432,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,167 483,167 00000000000000000125c47f8c96d90952410222ba9e5152594721fbdb4d0dce 2,125 0.99/1.00 vMB 315
483,166 483,166 000000000000000000505f5c12b51b946b2a1de55e093d0c7840912d58eaa4ad 1,914 0.99/1.00 vMB 247
483,165 483,165 0000000000000000003df8976fcecf136f93648604b86de14293bc0a313f958b 2,366 1.00/1.00 vMB 408
483,164 483,164 000000000000000000ff5272bf414b2fafa5f6596c0dc507d5db9a82bc1759dd 2,389 1.00/1.00 vMB 430
483,163 483,163 0000000000000000000f31e580d4ab02497ce475d321ac5bb2c0c9bc4a6287b1 1,710 1.00/1.00 vMB 261
483,162 483,162 000000000000000000da5d057cb3ad421cd9135b2d11898818f6f0c1e84287f6 2,207 1.00/1.00 vMB 355
483,161 483,161 0000000000000000002afd9161d94469099c517a00e6db3dfa656372810b1de5 1,952 1.00/1.00 vMB 250
483,160 483,160 0000000000000000008e90c817cc246927c909804874762a4f99669cae4c6873 2,115 1.00/1.00 vMB 199
483,159 483,159 00000000000000000116fb9a2e17ed47ec7293c12f2793c804c44a0cb9db3d6f 1,987 1.00/1.00 vMB 58
483,158 483,158 0000000000000000013bfb7d67c1b0ef1119551ceafe8f7f43fe7f5ed7a2993d 2,010 1.00/1.00 vMB 316
483,157 483,157 0000000000000000003e839e6db749266103e22aabd3f8b5004e6da3a40d3db0 2,054 0.99/1.00 vMB 100
483,156 483,156 00000000000000000098551da53da71fc50df9c91471e734530475cf6e065f07 2,085 1.00/1.00 vMB 317
483,155 483,155 00000000000000000042188d6f6b0ad01331462ae1e1aaee5ab15c00f1a5a28c 1,888 1.00/1.00 vMB 191
483,154 483,154 000000000000000000565f92d7b9cb4ad049fdb888d02bc2e684c45dcb4899ff 999 1.00/1.00 vMB 164
483,153 483,153 0000000000000000011e7466837e45ccc6d7ef183b505146683bc74cdb559ad0 1,755 1.00/1.00 vMB 120
483,152 483,152 0000000000000000004359b62116992b71e8e451705d6bda78ced5b58cb27f4f 2,037 1.00/1.00 vMB 283
483,151 483,151 0000000000000000002763236e0ff8d4dc025728dd23f6a69b6832e96c1211dd 1,508 1.00/1.00 vMB 196
483,150 483,150 00000000000000000077ae525114470ad3038a73add54a7b1a59f04889f68818 2,184 1.00/1.00 vMB 398
483,149 483,149 00000000000000000017497a46bb753a7912627fe0ad1141431dc3f61d18ff68 1,842 1.00/1.00 vMB 239
483,148 483,148 00000000000000000034aafb4f9d2266c368d801c6a85687b6d496689c855b84 1,863 1.00/1.00 vMB 198
483,147 483,147 00000000000000000120091d36c938ac39aecc8a84679719cf6852c4c4d9e271 878 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.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.