Loading Tool

Explorer IconExplorer

Memory Pool

40,052 transactions
27.18 vMB
0.05803146 BTC
Random Selection Loading Transactions
Max Size: 142.15/200 MB

Candidate Block

Mining Attempt ab09897119fb4ec6a951d05f7519c7e12a26280df04c5d3e8a8681e48f4d2d57
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root b741a83ec0f069dc1151baee67d2a53081114b9b7889de8bb9717ff796cbe91e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.00766424 BTC
Feerates: 69.10 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (221,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,016 693,016 0000000000000000000affbebd74403d88a1c2643e32db507b37847a114824f3 439 0.24/1.00 vMB 9
693,015 693,015 00000000000000000012d8ba968fdad22f80c8f3d7a5ddc38e2e9c9b51d970e4 1,104 0.99/1.00 vMB 7
693,014 693,014 0000000000000000000e4a062fa34c3bf480da46e5f7b25410117e8d2cbcbdec 2,377 1.00/1.00 vMB 12
693,013 693,013 00000000000000000003afbfb7ec8527d3a48b0fa909eb0e1e8acdfca7d188bf 1,708 1.00/1.00 vMB 16
693,012 693,012 00000000000000000005db1be984180112b89f125ce9f3b1b7edb4905ab61937 2,616 1.00/1.00 vMB 25
693,011 693,011 0000000000000000000565f10ba11140cfa82ef178a392f7b698d0f24fe91b73 1,288 0.77/1.00 vMB 8
693,010 693,010 0000000000000000000789f168487d4ef9367f9e1c9e14660374c263e7dbb9be 2,055 1.00/1.00 vMB 14
693,009 693,009 00000000000000000000af7253b06ad5a139339a9d3f364d4f044cc3be212e3b 1,318 0.75/1.00 vMB 11
693,008 693,008 00000000000000000014294419cdf06681495a394c8a37a9404f48f3a98e3542 689 0.30/1.00 vMB 12
693,007 693,007 00000000000000000003a8c4d6d45d03f59c3a949b46739a72de211bca87a054 2,271 0.90/1.00 vMB 12
693,006 693,006 0000000000000000000eb05684d86adf2f164a782a1c5b9c28f69fd65a8d547b 701 0.25/1.00 vMB 16
693,005 693,005 00000000000000000001a50590247a6e9fd86ba4e64a276b37e7bfa5f27fa6b8 981 0.36/1.00 vMB 15
693,004 693,004 000000000000000000091beb4ef4c115f7324dac686d0399edea1d49c5d823e0 383 0.16/1.00 vMB 10
693,003 693,003 0000000000000000000aed7e64d6375ffd4d67f09383f38ba8d469575baeed9e 543 0.34/1.00 vMB 9
693,002 693,002 0000000000000000000c97e3192feceb314c668a2f7a9943c4a48d4fc2128f92 263 0.17/1.00 vMB 7
693,001 693,001 00000000000000000010ab7a345b302424559acede314762f50aa9a712e586d0 650 0.81/1.00 vMB 6
693,000 693,000 000000000000000000049ad00ab692e714fa3b0ce3f189da7a1a7b26febff168 598 0.25/1.00 vMB 24
692,999 692,999 0000000000000000000593624242e9c0025668e3966ecf48a06191078ffbc7e7 895 0.54/1.00 vMB 9
692,998 692,998 000000000000000000039451cdf1247ac01ee60d34fdf3212fda2486bec25d34 1,480 0.58/1.00 vMB 15
692,997 692,997 00000000000000000000febc7b4dfe0430ddeecd6d15cdf471b3541a6a54581c 1,922 0.79/1.00 vMB 11
692,996 692,996 000000000000000000045758fe5379eb2cb13cd1e716d0786e37e56485b5686c 226 0.09/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.