Loading Tool

Explorer IconExplorer

Memory Pool

28,274 transactions
24.99 vMB
0.05789564 BTC
Random Selection Loading Transactions
Max Size: 122.21/200 MB

Candidate Block

Mining Attempt eabb525ec05d1146e11a0199b7b5f9ac43425291150d59b04088014cf727200a
Version 20000000
Previous Block 0000000000000000000084b756c8388e03a58dcda7c91ad8a0a0ff26f389512f
Merkle Root 040a8c82cc70260190ccb31549e23071ff9d35f2d70df6d878db08a1374f7278
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,399
Size: 1.00 vMB
Total Fees: 0.01266365 BTC
Feerates: 100.53 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,201 (853,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,677 60,677 00000000028b42c41ef4f4a8b2ac7c43a48be44acb569de29a297f13e4c210e6 1 0.00/1.00 vMB 0
60,676 60,676 0000000007809d5f55ecf12edbf1b2624d1602882e37d2df6ddd649719346a98 5 0.00/1.00 vMB 0
60,675 60,675 00000000096de97d955ab8ce5c2e488e01a71c6e3aa9a3a4cf97a53f84cfae57 1 0.00/1.00 vMB 0
60,674 60,674 000000000a0fabc01d283c8a4a734d5a91b205580ccfb6a274ccae5a3320d6b5 4 0.00/1.00 vMB 0
60,673 60,673 000000000ba9f008c1206231d3fcc2f0fec124ac035a49e82044925dd1166896 1 0.00/1.00 vMB 0
60,672 60,672 000000000280dbd54b207e27ef969dd6e5f7e3c2b44d21e283c9b06003c3cb63 1 0.00/1.00 vMB 0
60,671 60,671 000000000a33847acf7bdf451e47260752715dfd5c75d437c3409a36735e5cec 1 0.00/1.00 vMB 0
60,670 60,670 000000000ba2137cb33e46ede2b0e556070c9f0583e20cd337e40e2053b0cda8 1 0.00/1.00 vMB 0
60,669 60,669 0000000006ab842b76265b497738aca1254e6c88c79a2d4d50f8f504ae5a7d8d 1 0.00/1.00 vMB 0
60,668 60,668 00000000000a42d181a1f96f02b307509cf816e89990e9265e87346803ba48ad 1 0.00/1.00 vMB 0
60,667 60,667 000000000b71ef6126effc5c8263044ec4b1370ff9ea7c7473bdad2d64be5d04 1 0.00/1.00 vMB 0
60,666 60,666 000000000a4eb23c627ef966656d138ebea4aad06db33969e91e2dbee0b29813 1 0.00/1.00 vMB 0
60,665 60,665 00000000052ed5a9abf939f1ce98562a91e73024f61d4b23c4ddfab1b7768aad 2 0.00/1.00 vMB 0
60,664 60,664 000000000d8dbcbdf1dee6ca1e02e1e1da5d94b8281f168241193ce4da2b10f3 1 0.00/1.00 vMB 0
60,663 60,663 00000000000f27573e04dc92befaa896f4f4c2107f41fccd3b979e8154953e8e 2 0.00/1.00 vMB 0
60,662 60,662 000000000bdf9fc8ecf24dc2db57322c79aa71c93c22092dd90a0af0f3080898 1 0.00/1.00 vMB 0
60,661 60,661 000000000315b846fd8c1c39ccfe87850d194a940e9f5fab972099e12ede373a 1 0.00/1.00 vMB 0
60,660 60,660 000000000390b340571f339d65f6ecab705413a28d5d4511e31edc92be196947 2 0.00/1.00 vMB 0
60,659 60,659 0000000009d88e400e2450db420d36e25584cdc1d119317d57369495310da75f 1 0.00/1.00 vMB 0
60,658 60,658 000000000bf4aa30c91b230e907d606aabbe26fa7b3d46236a30288a16d07598 1 0.00/1.00 vMB 0
60,657 60,657 00000000000c017a9094a5c2dbdf8db431a351e82d435e09d96138d4a566a596 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.95 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: 573.33 GB
    • Received: 8.05 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.