Loading Tool

Explorer IconExplorer

Memory Pool

79,558 transactions
29.67 vMB
0.07788603 BTC
Random Selection Loading Transactions
Max Size: 178.24/200 MB

Candidate Block

Mining Attempt b7f0f2c90a5ca49392d77f569175672e8fdde3fed6f601e24e01ed82ad8d7057
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root bfb13196bd39365f4a9727f0d9a08ebc1813a3bd5403683d80d2da4cc1d5fa02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,420
Size: 1.00 vMB
Total Fees: 0.01735576 BTC
Feerates: 502.65 > 1.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (248,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,570 666,570 00000000000000000004b28b853ab50306e2a96c66366809e9588947b5db98c7 2,858 1.00/1.00 vMB 69
666,569 666,569 00000000000000000008999d4dd113e35a7992eea2823b8afec6c1e7b43daec5 369 1.00/1.00 vMB 10
666,568 666,568 0000000000000000000a905de3b7f748ac93680eaabc542df66b487931e76fd8 1,281 1.00/1.00 vMB 47
666,567 666,567 0000000000000000000a62269cfc40e3c1c328f8706fe06ca9b37b422364ce6d 1,885 1.00/1.00 vMB 34
666,566 666,566 0000000000000000000a4be2949b45042241bbd7ef74ce0a12094192096ab106 838 1.00/1.00 vMB 5
666,565 666,565 0000000000000000000ced7f5723ba9252322605ebdda755ad838374a12b5e31 1,827 1.00/1.00 vMB 16
666,564 666,564 0000000000000000000ab80e5a6822b00ef46cbeb99a72ee41385d7c98b096ef 2,441 1.00/1.00 vMB 51
666,563 666,563 0000000000000000000da1aabb43f3b8abd601a683b9087892bdfc5d1757b939 1,337 1.00/1.00 vMB 29
666,562 666,562 0000000000000000000b8c8da76f419cb20db9a9f8b37a04881e3b00e5cc945b 2,457 1.00/1.00 vMB 23
666,561 666,561 00000000000000000003194b6c1cfe093d868aa9c3f36397ee5bb2f7c1934b10 1,901 1.00/1.00 vMB 17
666,560 666,560 00000000000000000008579dc22b2698fe0d42d95f6c3376ce7c4f48d482c13c 2,382 1.00/1.00 vMB 57
666,559 666,559 000000000000000000098ea7d474fc3db8d3dd59f6ed6a56eba00e026ff372fa 2,810 1.00/1.00 vMB 81
666,558 666,558 00000000000000000004a04ea75c5812400f0175bf42d9e2f0957b6680073e8d 1,662 1.00/1.00 vMB 85
666,557 666,557 00000000000000000007da31631ad88ee1d2143bedfc37a83490d6387f75b1c3 1,132 1.00/1.00 vMB 23
666,556 666,556 0000000000000000000b686f98e2a67259fedf6eb99af866ba4534675086b69e 815 1.00/1.00 vMB 21
666,555 666,555 0000000000000000000958ba49240b9b46807e5fec4464226ef98cafb6b8644b 1,096 1.00/1.00 vMB 8
666,554 666,554 000000000000000000044135c0beeb89bd090ad0a8297522078d29a8ebda0002 2,082 1.00/1.00 vMB 69
666,553 666,553 0000000000000000000910e43989d6f8e366abd354b7028f048a01e5e8267022 1,411 1.00/1.00 vMB 47
666,552 666,552 0000000000000000000c1006e40dbb5172ba3d82e596ede0e76218b705ba37a4 1,112 1.00/1.00 vMB 33
666,551 666,551 00000000000000000006ec3302863cdfbe592402eed035b1619af87390cc0d3f 1,167 1.00/1.00 vMB 32
666,550 666,550 0000000000000000000c72f4b09eb53b17dfc4bced1b9b8b861a0ea73635f4e4 1,264 1.00/1.00 vMB 14
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: 665.18 GB
    • Received: 15.09 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.