Loading Tool

Explorer IconExplorer

Memory Pool

80,009 transactions
30.02 vMB
0.08671383 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt 0f639603a1a9b8e430aa4a6fc50e13380e48bf69e490de1080e4d656e8ae72bf
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root e5593628fc812bd2ebe6203f59d1d9f2695a147a0e8baa7ffdae8c9964fff29b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.02538004 BTC
Feerates: 301.07 > 2.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (801,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,800 113,800 000000000000adba836a98aa287d5503dd3ecd84249f507c7bf885c99f548322 10 0.00/1.00 vMB 0
113,799 113,799 00000000000026221044f04cebd021dbd349447914e093365d39bcb0575cc9f9 16 0.01/1.00 vMB 355
113,798 113,798 000000000000810b2a1bc498d9d5e9f918b8beacf64fdf9b2fad5a2afc56d47f 5 0.00/1.00 vMB 2,873
113,797 113,797 0000000000001e4690b8869484d7176b279975664289af545909667e9ee99cd2 38 0.01/1.00 vMB 113
113,796 113,796 000000000000869481cbf00d6799e81f52cc0ced6f8fcf3c9d08547272a85f74 8 0.00/1.00 vMB 0
113,795 113,795 00000000000032e71fb5c06c9dffc37179f6568cbc507d2c25372068e423b13b 28 0.01/1.00 vMB 120
113,794 113,794 000000000000b5ee83db829dda7baaedddc0f65fe33a87638dce3d55c3de08a6 148 0.04/1.00 vMB 54
113,793 113,793 000000000000656ae1d6fd2632004cbe46b18fc3759598ecf892397ed57ad5a3 9 0.00/1.00 vMB 0
113,792 113,792 000000000000cf7e83c3bb130ea8ee5a5e4724f0b7194b675f8d2477e9d2ba98 5 0.00/1.00 vMB 0
113,791 113,791 000000000000ac5b420f901c7883b1ec6710654cc30c3e3dd639e722379ce62d 20 0.01/1.00 vMB 290
113,790 113,790 00000000000012dfa5c2cc58d9d2387d5b4ec64c5a2b34828050f26b3c818d59 2 0.00/1.00 vMB 3,875
113,789 113,789 00000000000081b80a4610ac12d9c710e9d987b481204e00493dd3d6a9ac317a 23 0.01/1.00 vMB 0
113,788 113,788 0000000000003891a9fb8500c52a25bafc9fa68d459bc61490e1f9265b558638 9 0.00/1.00 vMB 0
113,787 113,787 0000000000003f04ca5148851fab28e24466e5582bc03050229251fab945cec2 12 0.00/1.00 vMB 0
113,786 113,786 0000000000008c403ec86abf5bafcebc4615706c2515f5647624503cdd2bcbec 4 0.00/1.00 vMB 1,477
113,785 113,785 0000000000005cb0623f3ce21ded8148b7e7cc18f5ac934b9b97e86f578a698b 9 0.00/1.00 vMB 673
113,784 113,784 00000000000041441f2f2d3051a181e190cb4b0cb05d63351b4a83ebf7797e17 167 0.04/1.00 vMB 73
113,783 113,783 0000000000004b68a210ec2562ad2f51a72c3c7c574868e4770432e9d899e7ed 3 0.01/1.00 vMB 1,116
113,782 113,782 0000000000003981a352d6f64485018483abe3e5b512b9ccfdf32e6bd851bdfe 10 0.00/1.00 vMB 0
113,781 113,781 000000000000736236730827a53a5d5ba726d82f707396a5b700aaeea16c8b9e 9 0.00/1.00 vMB 498
113,780 113,780 0000000000006ddc76d2df4938aeff191995fb5bda338a40a5481fceef0ceb59 9 0.00/1.00 vMB 332
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.