Loading Tool

Explorer IconExplorer

Memory Pool

27,826 transactions
6.86 vMB
0.06853586 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.09/200 MB

Candidate Block

Mining Attempt 36097d60cbf0725d2cd507ea1a50b5116f75ba1a488d497de0fdd4012279a114
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root cb8c64c105c3427e20cc21296f27857d20f353fe4b37c8eec2e0ba95abe0a51f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.04444814 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (706,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,664 206,664 0000000000000448c0a7d295187efceebae504c23c063e6b26a3a2061200d245 1 0.00 vMB 0
206,663 206,663 00000000000001903bdcf9919998c312f2e71a122ccfa4eff8ef2253e736f15a 355 0.13 vMB 208
206,662 206,662 00000000000001de8c6aa1d99ba90ddd63edb71ae074d3d8c2bfc508602f6d0a 289 0.16 vMB 135
206,661 206,661 00000000000000d83f058539eee17f4fe9f0974a1433e2a8c42cdea5cf71329f 236 0.10 vMB 164
206,660 206,660 000000000000005fc3f01ee5bd0724f21cc23364fcd8e5af9e6015b705e4b8e9 105 0.06 vMB 103
206,659 206,659 000000000000035446637398c6ef2847f0c8fb879d57f672c09d44a267136da1 339 0.23 vMB 137
206,658 206,658 00000000000002b3b05d40751d55ddfa35f020d56459fdad6842b6c8ab2b915d 603 0.20 vMB 310
206,657 206,657 00000000000002ea516cb48ba0b815b3a51dc726d34b5973aafb053d27fb07a0 56 0.02 vMB 314
206,656 206,656 00000000000002cf64970fd0a149aff161f1421d648d2e643207a8fd3add1db9 14 0.00 vMB 130
206,655 206,655 000000000000033ef7e4de840eeb507e50efba89b7581f99e3a6272a6f594980 149 0.07 vMB 197
206,654 206,654 00000000000003a46072c18a91ce8a97defbd67c3f004967fd420394e42f06a1 616 0.42 vMB 109
206,653 206,653 000000000000018d8e8446464e48a61bbcc6473752b00a4cb2b7c3dd0270ff22 48 0.02 vMB 172
206,652 206,652 00000000000001b8ba9bd68a6f271bdbe77de8e7f59a0bd1276f10391ba3d0b2 74 0.04 vMB 149
206,651 206,651 000000000000028f19cbf57a8bda113ee713bf3a520cc8c5b6aa3a1fbc8bfb50 104 0.03 vMB 69
206,650 206,650 00000000000002a6cb5d02a050ebccf309801c44f6d25d8a7a3bedf63cc177a8 404 0.17 vMB 317
206,649 206,649 00000000000001b751410b0ed1cdbcc97c924122e625d0766a66695e1e58d6d8 175 0.06 vMB 52
206,648 206,648 0000000000000227c9526499102a93d08da0e4c945cec2338829ea834151eaf1 17 0.00 vMB 37
206,647 206,647 00000000000001d9bdf0b77757dd24bd54f2edaeaad98c5983cfbc8836ca7ead 245 0.10 vMB 241
206,646 206,646 00000000000002d2b82d0565551bd6b5c05ca7c270832d51b27f00d34a7b00ef 147 0.08 vMB 163
206,645 206,645 00000000000002fc8693fcef9a2c3cbf035302fe5265b45368ed13b5ee37905a 114 0.14 vMB 107
206,644 206,644 0000000000000163a7567ce934d0d70bbc4ba17fcb98cc8492a2ce21793c12cf 225 0.08 vMB 225
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 82
    • Outgoing: 10
  • Data Transfer:
    • Sent: 40.63 GB
    • Received: 0.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.