Loading Tool

Explorer IconExplorer

Memory Pool

45,404 transactions
21.65 vMB
0.11401459 BTC
Random Selection Loading Transactions
Max Size: 121.13/200 MB

Candidate Block

Mining Attempt 0b1f37f4ae8aed4042dbe1c35f7a49ca18f2290b69a88fa1910856305a99bd77
Version 20000000
Previous Block 00000000000000000001485150ed72276bf49d276afcb1238e097aa4c06b9c6c
Merkle Root b6864d2ba2a1a1232700a7a43130b9ffabbf18fe0744a588a108b8958f9058e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.06169861 BTC
Feerates: 202.69 > 6.18 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,101 (841,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,767 72,767 00000000001168135cf7882d814e314744a0fa68494011655556e2a90f8ec117 1 0.00/1.00 vMB 0
72,766 72,766 0000000000818d40bd49fed8b8139e8fb9efa299cd316efc7e457c4e78ef30df 2 0.00/1.00 vMB 0
72,765 72,765 00000000005b492d2a322cf8b8fbbfa20ada196e74c6b49da151f592a083a19f 1 0.00/1.00 vMB 0
72,764 72,764 00000000000e0c841c0def92e7e347db494062436a8f6a7a4db8ae931ca8f3b8 1 0.00/1.00 vMB 0
72,763 72,763 0000000000690b5c18d02d9460018022cd3d1c5cca032ea89582aa2b6dc066d3 1 0.00/1.00 vMB 0
72,762 72,762 00000000002897617f039441896fee7b4d223eb3b9ea39004dd2ca69f9b8a16f 1 0.00/1.00 vMB 0
72,761 72,761 0000000000b9573c739f7f1eb71a76986c62e9a5801d77db59a7800d43e56dc1 1 0.00/1.00 vMB 0
72,760 72,760 00000000001ab505cd61459d84348c0ee40c8ef092a78847ef14ae2b2bbf3d11 1 0.00/1.00 vMB 0
72,759 72,759 00000000009577571a3fbf4ca0d7ce68ae99417497ab0a46c549907ea59e30ca 3 0.00/1.00 vMB 0
72,758 72,758 000000000051e9ce77ffac180e6881a8013c3a061e1277ecb44e7450605103e3 1 0.00/1.00 vMB 0
72,757 72,757 000000000026b9ea0eac6e61ebc4a5b6e7835343740b2aa93011d22aabbe9da4 1 0.00/1.00 vMB 0
72,756 72,756 0000000000317579cc0a3cdf7b82e72de6a878f118a080abd4a4e9940f361305 2 0.00/1.00 vMB 0
72,755 72,755 000000000024030c7abf6e227cb4d6ad8c247a316018562ce01db76e037e1df0 1 0.00/1.00 vMB 0
72,754 72,754 000000000064b8027cdf31c36729d77b5f4678f88813ed1e68612be226b5dfeb 1 0.00/1.00 vMB 0
72,753 72,753 000000000029ae2aae0262cb57e8f9c00db3c1b02e5bdf8aa64ef7deb37a2ac5 7 0.02/1.00 vMB 12,283
72,752 72,752 000000000080227666caf4b68f4b593b28ac1fee62c5176bbfa04c8ed8831449 4 0.00/1.00 vMB 0
72,751 72,751 00000000004a37b581bc7addd9087767047aef6cf4cacbc98f3ae26074cdbb0f 1 0.00/1.00 vMB 0
72,750 72,750 0000000000837ee611b20e5899c3d30003c36ca41497c7892f44f1f8452c6a06 2 0.00/1.00 vMB 0
72,749 72,749 0000000000a267011c63a4fbd477bbb7a1d964b54070f27493722a42fe0c3db1 4 0.00/1.00 vMB 0
72,748 72,748 00000000008236c2fe2e561109ad2b355f3ea1e4b9eb6e0f6364164b8e48007d 2 0.00/1.00 vMB 0
72,747 72,747 000000000005467adad2a55222b43f8995e808b50b3b97cafbc25cd3dec625de 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.78 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: 559.33 GB
    • Received: 7.18 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.