Loading Tool

Explorer IconExplorer

Memory Pool

76,783 transactions
28.53 vMB
0.08556039 BTC
Random Selection Loading Transactions
Max Size: 173.07/200 MB

Candidate Block

Mining Attempt 8c185ab81d710297e5e6ceb7eeaa0233f204b5ebd5d26176d018c89825f94a5e
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root adfe6352b5e152f73d0d7c97f2862c76ec4732d035058bd22f8117f08a785c5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,787
Size: 1.00 vMB
Total Fees: 0.02087192 BTC
Feerates: 56.81 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (451,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,529 463,529 0000000000000000002f99cbdedf9ec9d3cc417ecc4008884348c89716450865 3,168 1.00/1.00 vMB 140
463,528 463,528 00000000000000000140c100c61edd1dcf5a82d9b657fb3de2189a904ca18a23 2,337 1.00/1.00 vMB 126
463,527 463,527 0000000000000000000a7847a30eb385a9ffeb00124f0ffac6e434b03c4ed711 2,399 1.00/1.00 vMB 217
463,526 463,526 000000000000000001123c38c5cba2b4d0e28a21862b2c76d035d22b853028c1 3,175 1.00/1.00 vMB 144
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
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.52 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.