Loading Tool

Explorer IconExplorer

Memory Pool

25,116 transactions
22.18 vMB
0.02941192 BTC
Random Selection Loading Transactions
Max Size: 118.63/200 MB

Candidate Block

Mining Attempt 13f1cce6852d046819b3e64602a3c24156b520bbf54c568fbe53a5946177108c
Version 20000000
Previous Block 00000000000000000001b30cafa7482eca9c28f12e28b9318974723fe1367d35
Merkle Root 426f37a078b712d02b087e89c3a8fa4d3759bfe7351fd6838fb23ac12d140db1
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,139
Size: 1.00 vMB
Total Fees: 0.00515437 BTC
Feerates: 100.53 > 0.52 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,405 (3,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,233 937,233 0000000000000000000122323f51b23bcc0efc14ae61e3f980a0eafb4d55b769 3,136 1.00/1.00 vMB 3
937,232 937,232 00000000000000000000c9569bc56ebe9c45765296aa6ea1c177041cbfb0f3b6 2,570 1.00/1.00 vMB 2
937,231 937,231 0000000000000000000185f48f79e3859d3639760c960a99fa4432157b6868a0 3,693 1.00/1.00 vMB 4
937,230 937,230 000000000000000000008428b1d8e6ffe6ef87e66d329064cef75360d56323e4 2,879 1.00/1.00 vMB 3
937,229 937,229 00000000000000000000c131771045b390d4a6510af4be43dbd66c22f3f0690b 4,353 1.00/1.00 vMB 1
937,228 937,228 00000000000000000000e944ea8e53b8cb07f7971cd9c849ab303a5726b976c6 6,418 1.00/1.00 vMB 0
937,227 937,227 0000000000000000000141c56fc5529fd1bf85ba3ce5e70ce85d1971453b2147 372 0.08/1.00 vMB 3
937,226 937,226 00000000000000000002150b96d4e5928043e55895afc6119ad9621594d6f6e7 4,365 1.00/1.00 vMB 1
937,225 937,225 00000000000000000000016cc9b0048c9ca2ac63780c677c6369c98fdc0558c3 575 0.12/1.00 vMB 3
937,224 937,224 0000000000000000000094b133141bd0589167f8735315cf5395d8a7d717b764 2,888 1.00/1.00 vMB 2
937,223 937,223 00000000000000000001808e658a7bd0e3fd984b106d34d820c595b16603651a 3,608 1.00/1.00 vMB 1
937,222 937,222 0000000000000000000052900d7d8f5fd9f77e52e9f17d9436043e3a75b5f47f 4,074 1.00/1.00 vMB 4
937,221 937,221 00000000000000000001af775c23c16bbc2f7bd8a10135af47ec0af31c82c3c2 3,188 1.00/1.00 vMB 3
937,220 937,220 00000000000000000000f26234680dc523811ad052f9fd7bab233115ca1a0a0e 3,669 1.00/1.00 vMB 3
937,219 937,219 00000000000000000001d6b5a0e62993ac85f825d0813bb677128f0fe0e0e0ef 6,160 1.00/1.00 vMB 1
937,218 937,218 000000000000000000000dfc15aa2bc6655ea3fc7a759a92753c450dc34afcae 3,817 1.00/1.00 vMB 1
937,217 937,217 0000000000000000000171192c2ecebe6eca9f79e221a29e09a763447a59efd5 3,144 1.00/1.00 vMB 3
937,216 937,216 00000000000000000000cb91718a59fd5149ca1c789b09cffd97f2298e7a54a4 6,931 1.00/1.00 vMB 0
937,215 937,215 0000000000000000000047c72ea81f5d6ea0a6e51a804e0dc84ae5363cdb7b70 3,100 1.00/1.00 vMB 2
937,214 937,214 00000000000000000001f5f3aee55891f84f7785b0fcf559e2f0a4cebf858945 2,718 1.00/1.00 vMB 3
937,213 937,213 00000000000000000001d7eddc1425204cbd44d6edd45705a2abb8e870cce8e2 66 0.02/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.48 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: 4,456.71 GB
    • Received: 242.71 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.