Loading Tool

Explorer IconExplorer

Memory Pool

39,804 transactions
26.24 vMB
0.05376728 BTC
Random Selection Loading Transactions
Max Size: 136.88/200 MB

Candidate Block

Mining Attempt 0e5ef54cd6e0317634c54a3077dd6a6ebfd76447b8d4028bdb1e04ee4661a52f
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 2e84e611409f8553f0c8aa18f2f3dc8ce6e8bd6158d4cad87f3336f8108dae41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.00511644 BTC
Feerates: 100.00 > 0.51 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (90,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,574 824,574 000000000000000000023ae0f80d8c0ffb3ce4b84341d2982850c123f423ab91 2,636 1.00/1.00 vMB 58
824,573 824,573 00000000000000000000eeb95103085d79a944d79dd5d751dd619187edf5ea93 2,664 1.00/1.00 vMB 72
824,572 824,572 00000000000000000003859f2d86a339b13e462e3029706873ad2df6d29bcfee 2,245 1.00/1.00 vMB 49
824,571 824,571 0000000000000000000125a9244bd8005087ba10b7c17cb3bbcc85aa5668b529 3,115 1.00/1.00 vMB 67
824,570 824,570 00000000000000000003975ec29c27f70588e18d0cdc990d69f8c44fe900e937 1,538 1.00/1.00 vMB 53
824,569 824,569 000000000000000000014f61fb4da10b4877b17f2bf3ad8b49573e5b82bc0bf4 1,730 1.00/1.00 vMB 44
824,568 824,568 000000000000000000009a2af735e438b41761fd6d20bff502ef25f12fac8de2 1,807 1.00/1.00 vMB 55
824,567 824,567 00000000000000000002f01add343e93a6db2bb64024dbb15eb742cea631b6f0 2,196 1.00/1.00 vMB 69
824,566 824,566 00000000000000000000f03fc531c19a9f2390188564c190090e00458f2d17de 3,396 1.00/1.00 vMB 67
824,565 824,565 00000000000000000000632d96b15ea542f50b14dd742f2ebf65371613dd9e7a 3,822 1.00/1.00 vMB 53
824,564 824,564 000000000000000000033812ef9ffc2dc316d8300222e75356bc7e9be51880f4 2,314 1.00/1.00 vMB 39
824,563 824,563 000000000000000000027a9a989bdf923f46a05de8ef4b0db18d97d3243d7891 1,954 1.00/1.00 vMB 81
824,562 824,562 00000000000000000003b80fb8997592ee6fadc9298d0edc275550feb44565f3 2,985 1.00/1.00 vMB 77
824,561 824,561 0000000000000000000372986810ec52fa480a1e0842c4f6086b743e33e3554f 2,276 1.00/1.00 vMB 51
824,560 824,560 00000000000000000003d70576711e655aaa5b7174772f2bb7d3d194884f3c4b 697 1.00/1.00 vMB 47
824,559 824,559 00000000000000000000969624a662322f84b8508706ed6daab7d66f51f4b4c9 1,762 1.00/1.00 vMB 58
824,558 824,558 000000000000000000039170604578c3a6bf0f4c4f750a703b2d6e25d588f93c 1,963 1.00/1.00 vMB 60
824,557 824,557 000000000000000000004b8fd8e8b2c1c1ffd0773dfe3b041b31041fdb5c5505 2,482 1.00/1.00 vMB 73
824,556 824,556 0000000000000000000326a4e9e14aaa03f60bd05c4f315e23f719d7d93a62e0 3,528 1.00/1.00 vMB 66
824,555 824,555 0000000000000000000215ef73e43bdc1c4beed3fca5228a93f92e803ce93bf1 3,692 1.00/1.00 vMB 66
824,554 824,554 000000000000000000015053d4ef12dce3fac32a6c7e27f87971bf114726bb46 3,208 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.