Loading Tool

Explorer IconExplorer

Memory Pool

81,069 transactions
30.41 vMB
0.12582731 BTC
Random Selection Loading Transactions
Max Size: 181.95/200 MB

Candidate Block

Mining Attempt 12bda2b573bb3a2541de5d0aa1861198b558cb9ac53c5a79651ba8e444ea9da0
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 733b57c31c00e0bdf03ec7e41e6f727411eb1b9549f6c0120c1e4be0fa51475e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.05185413 BTC
Feerates: 574.11 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (233,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,580 681,580 0000000000000000000c4ed663597147e8133902a28b717a20277900b58f1e47 1,149 1.00/1.00 vMB 20
681,579 681,579 00000000000000000006bf6f636e1f6bb23ecba534ba900b9e6379f57c6666d5 2,330 1.00/1.00 vMB 59
681,578 681,578 0000000000000000000cbfa48af262ee222ee2ac7508f172cd749f8e113249ed 1,649 1.00/1.00 vMB 33
681,577 681,577 0000000000000000000c604f5074b6dff62b20751fda1ae139b274fe4e781042 929 1.00/1.00 vMB 21
681,576 681,576 000000000000000000092706e47e913c5d95d949b15f4d33c2b89ececb5ae378 646 1.00/1.00 vMB 15
681,575 681,575 00000000000000000007312f0a814a32545719fb9177ae285464cbb7bf5aadd0 1,880 1.00/1.00 vMB 35
681,574 681,574 0000000000000000000d3a582125740b9db01c0958f22d4fe67d906a48b0d8f5 1,750 1.00/1.00 vMB 66
681,573 681,573 0000000000000000000a7ab7837f17c6b28056a6800e605c91c14e4ce59fe2c3 2,398 1.00/1.00 vMB 53
681,572 681,572 0000000000000000000236dc251f114f0366f215090d88f0d7cbe86026ada10d 1,212 1.00/1.00 vMB 109
681,571 681,571 00000000000000000003df97a9e4ad6e9963fb738ffab6c8ea9763daa0251d50 790 1.00/1.00 vMB 18
681,570 681,570 0000000000000000000618243bee90fef389d7b3e9179e109e4ff87c9bb4529d 663 1.00/1.00 vMB 16
681,569 681,569 00000000000000000006ff5881c5228c554c9d3921f1309e17506f0523cfb65a 1,033 1.00/1.00 vMB 24
681,568 681,568 0000000000000000000a461ad1a4e21b10974facc7ad92eef0da9273211f8c76 585 1.00/1.00 vMB 14
681,567 681,567 000000000000000000001d11fbb44e260f5939d1d74fa8eb9ec7a6d961b114bd 1,118 1.00/1.00 vMB 40
681,566 681,566 00000000000000000004c4252ab950ccf466a1a3f2fb35c72a04818b5a37e345 541 1.00/1.00 vMB 14
681,565 681,565 00000000000000000005e81a0f27b233da85c6515cb12d747bddd0ff71a3d1e6 2,237 1.00/1.00 vMB 19
681,564 681,564 000000000000000000095a9ffe8514fcde745d4b47a025b84649e13088a3fa46 1,615 1.00/1.00 vMB 50
681,563 681,563 00000000000000000007da15c7c17531e46dbea5dad1bac7976f1fe3f17286c6 2,290 1.00/1.00 vMB 46
681,562 681,562 0000000000000000000314d2b93903aab6bc9f12401eeb2d98ac5e641352a355 2,358 1.00/1.00 vMB 100
681,561 681,561 00000000000000000002fb1e3184747bf39b69a1d12d4fa0c27e333e916e10ad 2,085 1.00/1.00 vMB 15
681,560 681,560 000000000000000000029b9cf49faf90b0a83041c399abf1cef921456132ef20 2,456 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.57 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: 671.19 GB
    • Received: 15.88 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.