Loading Tool

Explorer IconExplorer

Memory Pool

39,763 transactions
26.40 vMB
0.08096375 BTC
Random Selection Loading Transactions
Max Size: 137.09/200 MB

Candidate Block

Mining Attempt 7d1395b46e0cc81c5afc4b7edd1d5eb0390e589ef05c89b0694714417326b392
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 8023a4aa73f0977804b91e6a40bd543d99bb3106135217479cb9b85272e6f217
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,037
Size: 1.00 vMB
Total Fees: 0.03246954 BTC
Feerates: 502.65 > 3.25 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (332,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,831 582,831 0000000000000000001e753e1f3633924dd091c6524971b344d88f41b3946eb9 2,530 1.00/1.00 vMB 137
582,830 582,830 00000000000000000001da7f219f93a3553a4897e2ea9b3125d07d2e7898656b 1,889 1.00/1.00 vMB 139
582,829 582,829 0000000000000000000f482cbb3052362b48cb65d493f585c7ff57f1c9c60d5d 1,042 1.00/1.00 vMB 134
582,828 582,828 0000000000000000001d789261f9bfc34b63b4f20a1d9364854af2a6d0836326 2,463 1.00/1.00 vMB 150
582,827 582,827 000000000000000000023f594e58e96a073271c1b63ffc22bb026a41edd6263c 1,425 1.00/1.00 vMB 136
582,826 582,826 00000000000000000009b951d0cea331d6b376646355307f4548da8d4285e5a8 2,805 1.00/1.00 vMB 185
582,825 582,825 000000000000000000103a0cefb85b0c77643f89467be8158b4690ef40be2e63 2,777 1.00/1.00 vMB 180
582,824 582,824 00000000000000000012de92b90a67aa2e5a20fa8e728ec57a3a6f5f1151aefc 2,206 1.00/1.00 vMB 153
582,823 582,823 0000000000000000000a3929e0d23bfc55e546468281cda5078df45b0d92e683 2,718 1.00/1.00 vMB 159
582,822 582,822 00000000000000000018fccd3bc0ff1d9ee973902fb816ddded0c46cea7bb26c 1,759 1.00/1.00 vMB 153
582,821 582,821 0000000000000000001b5b9e71bae9ea2310398e0a590493525a8364526bbf3b 2,876 1.00/1.00 vMB 169
582,820 582,820 00000000000000000001e6a28c494bed4fc5b7aafbc0bb8639b976df324437d4 1,634 1.00/1.00 vMB 131
582,819 582,819 0000000000000000000abc6b430b56957823b33ef479606271d0d9af57aa1341 2,240 1.00/1.00 vMB 142
582,818 582,818 0000000000000000000136cdc0e5ec4b8c74e92b6b44c8f457c78ae023c2f30d 2,757 1.00/1.00 vMB 177
582,817 582,817 0000000000000000001d2eef7caebf7df8866a45dbb26bf4028943fbfc005568 2,391 1.00/1.00 vMB 162
582,816 582,816 00000000000000000010959a8c2e3d5ca0a794385516538d9827c1d037b6310c 2,758 1.00/1.00 vMB 163
582,815 582,815 000000000000000000113d6d4cb5a87e2066c40fccfe0a85423c5f0194db108f 3,312 1.00/1.00 vMB 201
582,814 582,814 00000000000000000016d448c1a2c131935a0e85196cf2976d798c5395832b03 3,032 1.00/1.00 vMB 129
582,813 582,813 00000000000000000016a2da5739c1fd0fa1d580839c8edb632800ebda2acc3b 2,195 1.00/1.00 vMB 136
582,812 582,812 0000000000000000000eaef17cad5cfb3e6ce630541cdca6caa7da2bc0afe1ff 2,590 1.00/1.00 vMB 111
582,811 582,811 00000000000000000019acc91f84948ee96f540c3144b460991a0aa9a8c2d3e1 2,642 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.