Loading Tool

Explorer IconExplorer

Memory Pool

48,421 transactions
27.99 vMB
0.08118693 BTC
Random Selection Loading Transactions
Max Size: 148.41/200 MB

Candidate Block

Mining Attempt 710ea988e33c70271ee975c2e248c014eaafaefa1adabc0933436021d70f2d37
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 20fa0c276ee371f06d4d0df79262ddd30006d328b787862a8e77f6725f1400d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,759
Size: 1.00 vMB
Total Fees: 0.02557175 BTC
Feerates: 318.30 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (519,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,817 395,817 00000000000000000067c12b81d29147627fcf4cfbb98ee9d66e31e215a4377d 2,141 0.93/1.00 vMB 42
395,816 395,816 00000000000000000664404549bf6595fb7c8c78cc178c65e0164bf581338fdc 866 0.75/1.00 vMB 21
395,815 395,815 0000000000000000081e0b2d308ba33f2a70d1292cce9d9cffdb23d0031b42dc 180 0.11/1.00 vMB 34
395,814 395,814 00000000000000000866c35ef1670c52a7dadca500ee1c2ef53178a2c51938a2 1,659 1.00/1.00 vMB 30
395,813 395,813 000000000000000006611d258174b89efca274aeb988eb548b908040f0f4b738 1,355 0.45/1.00 vMB 59
395,812 395,812 00000000000000000542ef897490138a2ba0b65ad5595f78d96c99b210c5f037 1,624 0.98/1.00 vMB 35
395,811 395,811 0000000000000000043c8eb053250359435990c7e3a013127153f82c97bb4b0e 1,927 0.93/1.00 vMB 29
395,810 395,810 00000000000000000640be8db35868bedf58a7f8b89f3352677e0063cb1c953d 1,288 0.61/1.00 vMB 64
395,809 395,809 0000000000000000043f3eb4e8eaa57086ef2f6ec15b09c0bf58e69d84539cd1 2,530 1.00/1.00 vMB 65
395,808 395,808 0000000000000000043b19a85ca95cabf8fa26f659397594ff211c786af4dfd7 1,420 0.99/1.00 vMB 24
395,807 395,807 000000000000000002e1048a9759a2d1d52140dd5a0c7a8f1a4b1a033d66d0cc 2,223 0.93/1.00 vMB 40
395,806 395,806 000000000000000004e420c0d1891a6134b29480ef79ad1b251fd88937335878 3,352 1.00/1.00 vMB 71
395,805 395,805 0000000000000000077208175bae35e002b85e2fafda285d95f99e4a1cf71ce8 628 0.43/1.00 vMB 26
395,804 395,804 0000000000000000005472cc404eacd98d16bb66d02ee26bc09b10c3987c25e4 1,733 0.87/1.00 vMB 31
395,803 395,803 000000000000000006efeb170a549e8be25f5850d5c007abe6e0c2506a144ebe 1,571 0.55/1.00 vMB 82
395,802 395,802 0000000000000000001dbe37e99e9b2368f6082da3ac8c7a6f809a974ec9e1f6 1,008 0.83/1.00 vMB 21
395,801 395,801 0000000000000000063a1dc31a836524bd045729da8702717ec9d2f3a8281c42 2,788 0.99/1.00 vMB 52
395,800 395,800 0000000000000000009d85667f54989a5eecbe3fd9a4933d45aa3887397bbba6 3,171 1.00/1.00 vMB 71
395,799 395,799 000000000000000007c8700e9a23c721af9676c96960b35d16e4d0a610f06271 788 0.34/1.00 vMB 39
395,798 395,798 000000000000000001bacd4228d9c25a13757004991b1d9383524918848fa43e 816 0.42/1.00 vMB 31
395,797 395,797 0000000000000000034c70fed98dba992b5e47d5508dbbc61ffa75929d6deb38 1,598 0.98/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.