Loading Tool

Explorer IconExplorer

Memory Pool

81,536 transactions
31.26 vMB
0.09569600 BTC
Random Selection Loading Transactions
Max Size: 188.52/200 MB

Candidate Block

Mining Attempt db1934fbfb27fa97f967e7f7c3e40c1b6afa4e36746565c021d72acc0cea547d
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 7349e2a01766e518307af38d3248d026d10d7febb7882e3b4233334b93ac2735
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,497
Size: 1.00 vMB
Total Fees: 0.02147966 BTC
Feerates: 45.88 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (451,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,525 463,525 0000000000000000009b6b767e437cb78cb0122cbb523d406e563189d260daab 2,254 1.00/1.00 vMB 175
463,524 463,524 000000000000000001d0e3c053e467c122b7cb2588fa177b8633d297fbb835e2 3,287 1.00/1.00 vMB 130
463,523 463,523 0000000000000000019063c1f1b308ea8254aba3afb5fc213230dcdf5f845a6f 2,028 1.00/1.00 vMB 175
463,522 463,522 00000000000000000170f02f8e4576af24d427f99afc64ca2ffeb2263756ef76 1 0.00/1.00 vMB 0
463,521 463,521 000000000000000000b0861e0fe8b6b50c79386a8378a1efea4fde2d318329f5 1,912 1.00/1.00 vMB 151
463,520 463,520 00000000000000000068c18ae801ecd0e701530799696701dee0aa58e738476e 1,168 1.00/1.00 vMB 105
463,519 463,519 000000000000000001b6a921dd872ba1c34b35ef5b256ec2fb0b8901dc001d43 2,013 1.00/1.00 vMB 206
463,518 463,518 000000000000000001da6a96b9a6f80a13a0d812bc6d8580d8a7ce299f719fb8 1,944 1.00/1.00 vMB 158
463,517 463,517 000000000000000001d265f7cd91be5b5d2ed7b653f2c12e2b745f85f84c69e1 2,446 1.00/1.00 vMB 182
463,516 463,516 000000000000000000d68aa24b2658171e778a47fb2c533753ce267123148207 2,106 1.00/1.00 vMB 163
463,515 463,515 00000000000000000014f49f8286675710c11c35844549db572934c0acdd304d 1,880 1.00/1.00 vMB 158
463,514 463,514 000000000000000001fcf8d9dbba55209053582abe230deed33fc51cf312017d 2,101 1.00/1.00 vMB 138
463,513 463,513 0000000000000000003ff472ba99f3e1f3b3044e2210a5e409686306bbb8e9d2 2,355 1.00/1.00 vMB 182
463,512 463,512 000000000000000000e2193bfd3a5f7f4f4f9bd0778b919f10d6686371a4f30b 2,645 1.00/1.00 vMB 184
463,511 463,511 0000000000000000016b918ce4d0c7f6ef34d06493d055df31257532b4b585ba 1,934 1.00/1.00 vMB 181
463,510 463,510 00000000000000000043fff6f66df06082e3b37449280db883baf7c3013b3a8d 1,607 1.00/1.00 vMB 170
463,509 463,509 000000000000000002111940b71eb24c9095748265fe5f73bcf8d533f77a1126 2,167 1.00/1.00 vMB 160
463,508 463,508 000000000000000001a973d0d747adb2ee70912d90e7651bba0322994f7f1c16 2,602 1.00/1.00 vMB 131
463,507 463,507 0000000000000000004e8aa60c5c9266644e9d370c19a1abda821f48dddeafff 2,852 1.00/1.00 vMB 220
463,506 463,506 0000000000000000020f67a8e088ea4d9e3ccfd29912a2a0a7b3bae3d04d54e2 2,546 1.00/1.00 vMB 185
463,505 463,505 000000000000000002063a3e947af2158e51b4939c7c6c05594cc6a8b35943c9 1,900 1.00/1.00 vMB 137
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.88 GB
    • Received: 17.98 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.