Loading Tool

Explorer IconExplorer

Memory Pool

21,956 transactions
16.96 vMB
0.04452969 BTC
Random Selection Loading Transactions
Max Size: 85.80/200 MB

Candidate Block

Mining Attempt 631e664f563602a1c1cbe17bcff8b7efa471acc70bd1f45ba2965e1c2f27004a
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root d8a3f0f8590ea3643d1a29d42e9d341ad62d18f94eeb158607fe73bf8bcb2a78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,594
Size: 1.00 vMB
Total Fees: 0.01319875 BTC
Feerates: 77.35 > 1.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (847,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,726 66,726 00000000057b97771b7f7158e49a457f719c51b62ab7b8c18c43f9dbb4aab98c 4 0.00/1.00 vMB 0
66,725 66,725 0000000005196812a880444c696b29ac1f6d592e638a7051a4800490ac3b325c 1 0.00/1.00 vMB 0
66,724 66,724 00000000026dff3efea48bdf64648f7bc47b481f1b156433ff71c0ce825e56d2 2 0.00/1.00 vMB 0
66,723 66,723 00000000008ae19643092278a5407cbd7bd8b638da4d25cb8b4a10e623e2fde2 1 0.00/1.00 vMB 0
66,722 66,722 000000000594d0fcf0a1cb8b04db9920cd16913d2955d6cd9c4b82fa73602f18 1 0.00/1.00 vMB 0
66,721 66,721 0000000002b5132ce54b0d11b974fc348cb5b4f0b9fad00e7adbc242dbba8802 6 0.00/1.00 vMB 0
66,720 66,720 0000000001b700a1fa0ec6f7c5a34dff7cd9eea8d75eb7a0d2613f1409ff7e4b 3 0.00/1.00 vMB 0
66,719 66,719 0000000000721fc26b501e27ed6345aefad52cda088f3b9ea760ba65d9b48e1e 1 0.00/1.00 vMB 0
66,718 66,718 00000000001bd141d4420dbc6bff9416897e94ebf7706403401cba408b8247e3 1 0.00/1.00 vMB 0
66,717 66,717 0000000004c6d08d616f1c02dd42483a250ae5ab8ac421b64b6de73526de465b 1 0.00/1.00 vMB 0
66,716 66,716 00000000047891a533d057822892ac31ef2bb568fd900f7453c961309497ff17 1 0.00/1.00 vMB 0
66,715 66,715 0000000000a9347de88eaa501d475707586f733784b3424eed349812080a10a7 3 0.00/1.00 vMB 0
66,714 66,714 0000000004f48ee60f2e187cf21cc32bd80af5f3a952c212dbda9fb3dfb6edcc 1 0.00/1.00 vMB 0
66,713 66,713 0000000001ce99b0cc2a6aec0b699cc2cfc0bb6fdc3bd75545cc0b18e3591db7 1 0.00/1.00 vMB 0
66,712 66,712 0000000000588da2374bb16a9507098bcc320ad288b72197f621973e3cf7d96d 1 0.00/1.00 vMB 0
66,711 66,711 00000000014d7d412af8c55e6d709645bd82d9e4c2f844b98b10267904536dde 3 0.00/1.00 vMB 0
66,710 66,710 000000000556afc9d6c343948cd0067e3466f2ff51eba302128717614fb0d2a5 4 0.00/1.00 vMB 0
66,709 66,709 0000000005044c6068de45a3b3dc9095f286b19373fc82ccffb884f028d8516f 3 0.00/1.00 vMB 0
66,708 66,708 0000000001fc9337fcea078483d35a4d67b95d754220052ea57d23b4565d2e12 1 0.00/1.00 vMB 0
66,707 66,707 00000000029a78d88d8001d6f0bc6d193a782802ae2ad37ce7c349f3793b4419 2 0.00/1.00 vMB 0
66,706 66,706 0000000002d3fa12bace1151a47fa246774a84d248f10304196d5d95a24021b9 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.84 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: 562.46 GB
    • Received: 7.47 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.