Loading Tool

Explorer IconExplorer

Memory Pool

45,211 transactions
20.38 vMB
0.06704665 BTC
Random Selection Loading Transactions
Max Size: 115.55/200 MB

Candidate Block

Mining Attempt c3659ea347d1647d26977386409025d8ec426318768c1d795869fa5d97e3f2fc
Version 20000000
Previous Block 00000000000000000002011e6ba772050866aa3f6b3ae07ef25ad216bee5a454
Merkle Root 6e64d252cdca0cf9585f3e341e360993413e8ecf03fe9886be82681d5882398f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,578
Size: 1.00 vMB
Total Fees: 0.02681564 BTC
Feerates: 302.27 > 2.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,956 (872,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,153 41,153 0000000049bcea453f1a816b4b528ea22e351510702e644fb8777dd17703a5a5 1 0.00/1.00 vMB 0
41,152 41,152 000000005311349b9de955886dfd48278c34dc9a43af70b49816605a9079592d 1 0.00/1.00 vMB 0
41,151 41,151 000000000b4cd0a6685c28f76c120e3643d450e2ea9ee7e555fce1a15ef3ad98 1 0.00/1.00 vMB 0
41,150 41,150 0000000015aa3f47e99593a1ca31ea9526f9fc4efdca278cda32b8c1bf9c5616 1 0.00/1.00 vMB 0
41,149 41,149 0000000028f10b55707e0854d8a17c9145f2d0ae70ab4d658a43963d2efd3a10 1 0.00/1.00 vMB 0
41,148 41,148 000000001969c6b243cbc166d5d5d7f4adca46c6cef035bcb297d5baa624a076 1 0.00/1.00 vMB 0
41,147 41,147 0000000006c01b4b7a94615a533d4bbbb775c3d64ed11452c7574dc6c52e7146 1 0.00/1.00 vMB 0
41,146 41,146 00000000562addb6da4c3a94e6e38506eb1b3ea0549ae19d9e6f2349e16ac003 1 0.00/1.00 vMB 0
41,145 41,145 000000001e27dafe25c55b719c2c7a896c1b2ac237f01ceea506329121ad86b8 1 0.00/1.00 vMB 0
41,144 41,144 0000000047f6c4c5e160d2e3131a925e405b6cc84948fd501499880ef9b0e581 1 0.00/1.00 vMB 0
41,143 41,143 0000000021b07e3765c3573445dd8618756c89c0f42c950a03728dd0b55e53e3 1 0.00/1.00 vMB 0
41,142 41,142 0000000043a7106eabdc40db9b9cd7970f3cbc7a77e5ef100595fb50a25dbe0c 1 0.00/1.00 vMB 0
41,141 41,141 0000000038d57525917bf06977a45d506e0ed425a5de12af7e38f6d6aecc6dc3 1 0.00/1.00 vMB 0
41,140 41,140 00000000006ffefaec3b85557134dc2614d83332dce81592cab7d88bf6bc834f 1 0.00/1.00 vMB 0
41,139 41,139 000000006316bdfddf34bb66b561907974fdb62ba45a83386715139fa083ebaf 1 0.00/1.00 vMB 0
41,138 41,138 000000005fbcb653d655b416515dc33156165e070fea8e3d42efa7abf5861aa0 1 0.00/1.00 vMB 0
41,137 41,137 0000000014e4e7c0b7ca8b416690faba5d66f701c9a73e73fb6dd2a5a0867de7 1 0.00/1.00 vMB 0
41,136 41,136 0000000005673accf2db7d47e75ddd90b18a47c53b3b852ee5ed0f98b37bf6a8 1 0.00/1.00 vMB 0
41,135 41,135 000000000f3fb6fffce056c3e1e9357e69828ad7ca86ae370147e83ab9221ef1 1 0.00/1.00 vMB 0
41,134 41,134 0000000030685cb70e8da13e4277614f7ed409074f3821ce52286581e3f8f3a2 1 0.00/1.00 vMB 0
41,133 41,133 00000000085744e2dddf1073041cb26d4d2e4918e4232090e9ea8896a1c9b848 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.53 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: 535.48 GB
    • Received: 5.91 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.