Loading Tool

Explorer IconExplorer

Memory Pool

38,723 transactions
28.42 vMB
0.05945346 BTC
Random Selection Loading Transactions
Max Size: 144.19/200 MB

Candidate Block

Mining Attempt b4393ee6787cf07e78bf07ed3f542d2890e6180cfae2b72b0d4cef82484b1e90
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root f2246e928b2c31537399d8bdb4b808a9b1b7dcb4d91c443b6c0c6c6544d3062b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,214
Size: 1.00 vMB
Total Fees: 0.00471934 BTC
Feerates: 50.27 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (431,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,700 482,700 0000000000000000011adda33438074262dc46c51f0200635fe4f90a35a09a0c 1,272 1.00/1.00 vMB 60
482,699 482,699 000000000000000000ee83ac681e9f41ac44e94f4c30a62aff6797b59aabd399 1,961 1.00/1.00 vMB 228
482,698 482,698 0000000000000000002d406e0b918c64eaf6c0c75d85b5311b9bfc35dcc3fd3a 1,883 1.00/1.00 vMB 238
482,697 482,697 0000000000000000011caf20f714d061b869c93d37047294a34669c7b0fa7581 2,102 0.99/1.00 vMB 309
482,696 482,696 00000000000000000054459a85e66af8c2e0a44dcb967ded32dfe58115c2d9d9 1,690 1.00/1.00 vMB 508
482,695 482,695 000000000000000000e909ec2ff6e95e89fc3f5e7de425fb93c0177498a870e8 2,106 1.00/1.00 vMB 438
482,694 482,694 00000000000000000094c2472b6fbeced3c5679931ef41d04d7f6a64ee0693e7 655 1.00/1.00 vMB 31
482,693 482,693 000000000000000000b49516a58ca1ce00669631029c6e72ecbe479f6cdeebf3 1,630 1.00/1.00 vMB 186
482,692 482,692 00000000000000000025e4357ed4adf68292116ed03448c30a75f86361e12aec 2,322 1.00/1.00 vMB 149
482,691 482,691 0000000000000000011b68cf96df21a62ac471b7d557f5b18d3fa043404b9420 2,004 1.00/1.00 vMB 150
482,690 482,690 000000000000000000f5d94069104dc58c877eb2303a7814a861c5cc5f3873ed 2,181 1.00/1.00 vMB 403
482,689 482,689 0000000000000000004af24730847811ff6f2d39ef03c2a5256a57f9b078d8ab 1,760 1.00/1.00 vMB 121
482,688 482,688 0000000000000000000dcdcd05af3ab5c7c29975baaf4dc6e8ce355148afb38f 1,994 1.00/1.00 vMB 90
482,687 482,687 00000000000000000098d466eef2218cd71a26b276030d9ed4174c1e9ba87594 2,453 1.00/1.00 vMB 154
482,686 482,686 00000000000000000041b29d953a8db77ef8fc1360f3e3846f0652322ce3e644 1,912 1.00/1.00 vMB 272
482,685 482,685 00000000000000000065623601d91569306cf1f4fae6ff844e22c81ec01d9497 1,801 1.00/1.00 vMB 208
482,684 482,684 0000000000000000003626012e203a72f5cfd7026f2f9769f5006c8c95789d0e 1,979 1.00/1.00 vMB 259
482,683 482,683 000000000000000000c238240ef6dcb26c37e75e16514e6ffc0aef7eee73e747 12 0.01/1.00 vMB 787
482,682 482,682 0000000000000000004f8568aa0bc28c7ca94785da07a49272f7124516aaac87 1,908 1.00/1.00 vMB 354
482,681 482,681 000000000000000000ae6504f2818ff3631c3de17edeff903dc359aa4152c004 1,579 1.00/1.00 vMB 422
482,680 482,680 00000000000000000125ab0eb3466934f4b98f2c6dda7ef83ce98ddc85c6ffb9 2,324 1.00/1.00 vMB 332
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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