Loading Tool

Explorer IconExplorer

Memory Pool

50,972 transactions
28.53 vMB
0.07932834 BTC
Random Selection Loading Transactions
Max Size: 153.53/200 MB

Candidate Block

Mining Attempt dbee4492a16a709caa31917a0603f19d8008f8efc96955efd862ec23a9e2d6d9
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root d5ec0d27d8ab24c1de8f5fa62ab51cd2c8fba933c3eb73f9e6f34a062fe85d24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,181
Size: 1.00 vMB
Total Fees: 0.02456192 BTC
Feerates: 507.72 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (419,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,200 495,200 000000000000000000c82d546ae2c967b5141cd860e5d8a4f0a40001b7640ec3 1,589 1.00/1.00 vMB 174
495,199 495,199 000000000000000000c272d46a0ee01928f8f1265a2b440e5a7750872afe4dab 995 1.00/1.00 vMB 76
495,198 495,198 0000000000000000003c3b331d45c392d49b4661077956d16f8524e5a435a9a7 2,345 1.00/1.00 vMB 249
495,197 495,197 00000000000000000084e75295bceac9af7a9c972ccf592bc986be544fb9e431 1,674 1.00/1.00 vMB 126
495,196 495,196 000000000000000000a2c8819cfd0415bc2a7eee75173ed441d4984858829ef7 1,421 0.84/1.00 vMB 164
495,195 495,195 0000000000000000000f906f4aefe92d67ed4b3ad37264d93d8e2aaa3a126e23 1,968 1.00/1.00 vMB 99
495,194 495,194 0000000000000000004c20437f510f78a859f021853ebbeca9ff38847fb20808 2,333 1.00/1.00 vMB 302
495,193 495,193 00000000000000000064c10383f496eb0782ac07fe67aec997f94132a9890a7b 2,220 1.00/1.00 vMB 139
495,192 495,192 00000000000000000059403931778ff8752089203f601aba9eeb64bb5766e8f6 2,037 1.00/1.00 vMB 56
495,191 495,191 000000000000000000491435361efc7f941df0efc4f9858f167599dc27faed09 1,902 1.00/1.00 vMB 124
495,190 495,190 0000000000000000009d1f78a553877fb30b288e70382ccaa19794961bea5479 1,355 1.00/1.00 vMB 230
495,189 495,189 000000000000000000cb24556936ca1ad0b8f4b42bb2cd968147bdb08b288577 2,106 1.00/1.00 vMB 198
495,188 495,188 0000000000000000008f8d8b4ff79f8f4e6f0d8ae51c74b7fcc0dacfcdcc3c3d 2,098 1.00/1.00 vMB 359
495,187 495,187 000000000000000000154635a0df05349a460ed1b8c33b61dfdf413714019387 2,095 1.00/1.00 vMB 266
495,186 495,186 00000000000000000084ad3b7196c930dcf78a49b5fa6cf96d19174680d4bee7 2,220 1.00/1.00 vMB 348
495,185 495,185 000000000000000000bd766afa5808a25c4f7b5f1d7102e2fa9d7becefb34d09 2,307 1.00/1.00 vMB 196
495,184 495,184 000000000000000000117b008122e193f274c6d53b0c229bfe6281c5906ad2c4 957 1.00/1.00 vMB 19
495,183 495,183 0000000000000000002dafaea432796d28927beac64eea8faf45fdd48db26b59 2,177 1.00/1.00 vMB 296
495,182 495,182 00000000000000000055ef4c4afe8c1be69eb9a34bc995ac99936aebfddb51ee 192 1.00/1.00 vMB 21
495,181 495,181 00000000000000000007e1b5e49b3249687a3ad34fe46e2c1344bca4b7c85451 1,796 1.00/1.00 vMB 209
495,180 495,180 000000000000000000ad6e90c0790e83760a9d13728c23474352a2c8c7a6e0eb 1,803 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.98 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: 648.35 GB
    • Received: 13.04 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.