Loading Tool

Explorer IconExplorer

Memory Pool

80,718 transactions
29.77 vMB
0.09650664 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt f31f72233c9391785d28fbaebafb53704a87fa9da042d6d3b242c8b93025fb2c
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 7a5ca80726a1c33919b671350853c71e83cbc507b658d9e1dab3437ec9fd9513
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.03229661 BTC
Feerates: 502.67 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (419,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,029 496,029 0000000000000000005e4bfb5ba6f2b7ee5bbcd13dbe52919b7d29c9b6790bc5 1,457 1.00/1.00 vMB 76
496,028 496,028 00000000000000000015066c349b81ea30bb819bdc1fb1a1206e8d32ca5ddbd3 642 1.00/1.00 vMB 35
496,027 496,027 00000000000000000052211a8a73d9ce89a5bcec91046a4b5a8d86544d67b486 1,796 1.00/1.00 vMB 104
496,026 496,026 0000000000000000009ca7eff2d8196ccfb1d9a964dfb8ecbf5cfd8cc879913e 1,897 1.00/1.00 vMB 100
496,025 496,025 0000000000000000006c5b051026b09d0bc5c8b366347fc6581fdce0681dda3c 1,942 1.00/1.00 vMB 127
496,024 496,024 0000000000000000000a0ecb65b8caa46876463054ba651c66f88a8f5c68898c 2,025 1.00/1.00 vMB 123
496,023 496,023 00000000000000000097e17656269ce79276b9783f4e0dbcdccd747fb16fcb4b 1,380 1.00/1.00 vMB 23
496,022 496,022 000000000000000000b0e6415ca44dcb1768534cbd80221d1da3ea2e338d3c3e 2,549 1.00/1.00 vMB 191
496,021 496,021 0000000000000000007ab95a5293ef175961fa690210051436df4fb56d6380e5 2,138 1.00/1.00 vMB 118
496,020 496,020 0000000000000000006ffbcc257e73b84f0c85da1d99e46b5d4dc8a9a2bf6277 902 1.00/1.00 vMB 38
496,019 496,019 000000000000000000319e81190da5c9700136603e7c2503d9522d100b5b7814 706 1.00/1.00 vMB 28
496,018 496,018 0000000000000000001f532f9d980fff5079a86085ae60c44c13fb2502e8d521 278 0.99/1.00 vMB 17
496,017 496,017 000000000000000000ad85cccc250e58c0e5b348c2a6a6cb158b49c59ff829a9 693 1.00/1.00 vMB 21
496,016 496,016 0000000000000000001e5561afe1441c66627c0c545287de93b1ea86cc5821c1 2,344 1.00/1.00 vMB 138
496,015 496,015 000000000000000000b2bc34f35228cb5c5e0e444b86a42349d2245881818bdd 2,039 1.00/1.00 vMB 102
496,014 496,014 00000000000000000086743bb96d8bb2a474fac7b5fbc1d3e98902de1696f642 1,437 1.00/1.00 vMB 21
496,013 496,013 0000000000000000003497b8df7de1bfc48c4d6288c7ccb47cf2433ba03dbfe1 2,292 1.00/1.00 vMB 68
496,012 496,012 000000000000000000039edf3a7ef2d120c40842a2cc8db48fca11a6de52a449 2,477 1.00/1.00 vMB 130
496,011 496,011 000000000000000000bd8cc997d6e0a3745bafe3f0bc7d08ea853e81a8a8c91b 1,960 1.00/1.00 vMB 94
496,010 496,010 0000000000000000008fb89b95c33a7a225f03f6883e9db6e5abf99f448602b2 2,341 1.00/1.00 vMB 201
496,009 496,009 000000000000000000b6737fe470cb55cb85a861992e0f9735bf55f7f88d8752 2,363 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.