Loading Tool

Explorer IconExplorer

Memory Pool

40,272 transactions
28.17 vMB
0.06755887 BTC
Random Selection Loading Transactions
Max Size: 143.59/200 MB

Candidate Block

Mining Attempt 55e4b3abc4d8da6e3136137556b3e00dc214d223bd659a6f261ec26914c3e845
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 984c8da086f62f867c599aaf0f158b301cc5174c5fbb5e2e6b98c668cc7bf70a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,419
Size: 1.00 vMB
Total Fees: 0.01330523 BTC
Feerates: 60.16 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (79,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,259 835,259 00000000000000000003053b0a32837fbd485e6ec3d8e84218e6ab3e2d54fe90 3,377 1.00/1.00 vMB 43
835,258 835,258 0000000000000000000016cb2c29655feb6174cdcaa86037809f169951ea7b54 3,413 1.00/1.00 vMB 41
835,257 835,257 00000000000000000000ee58137d1782c914648b06a3b49f74ae9e9eb8f8c5aa 3,671 1.00/1.00 vMB 47
835,256 835,256 00000000000000000000e9f1000422b24abf3525f17a53757f1a39ac46073e6e 3,426 1.00/1.00 vMB 55
835,255 835,255 000000000000000000013673a6302987a61c84c7bec02d92c6f9c0c4b2234c9b 3,171 1.00/1.00 vMB 46
835,254 835,254 00000000000000000002ec61bf703159dc747e00e2f46ebd8692789b486691d2 3,241 1.00/1.00 vMB 49
835,253 835,253 0000000000000000000195e93ce8f9192a7f3337bcde44b8ebd9697d074b956a 3,130 1.00/1.00 vMB 54
835,252 835,252 00000000000000000001ebcae29232081ce7f657fcf33c9dd0e641acc1099f1a 3,317 1.00/1.00 vMB 55
835,251 835,251 00000000000000000000f02a5eafa92bd54f35f229fe3636beb547c88501d94b 3,349 1.00/1.00 vMB 56
835,250 835,250 00000000000000000001c1ed509e6137af79f9939aa08f8742a230afa3e2aa3d 3,340 1.00/1.00 vMB 47
835,249 835,249 00000000000000000001545aa6f3bfcdf3f655346981b7ba3fefe3feeda53742 3,190 1.00/1.00 vMB 50
835,248 835,248 000000000000000000014840f5c8c1bdababced8b7be89c3d8d13ff45b8863b2 3,353 1.00/1.00 vMB 54
835,247 835,247 00000000000000000002a08ff219cddc28e6e1fdf6df8870cadf0a407d53dd11 3,007 1.00/1.00 vMB 63
835,246 835,246 00000000000000000000ba27af791627bcaa7f9e8a92a0f0ca2878bc692e095c 3,097 1.00/1.00 vMB 60
835,245 835,245 00000000000000000001b6e1b038ad48b964c3f12739d79ef10c7ab5388ec440 3,355 1.00/1.00 vMB 60
835,244 835,244 00000000000000000001f0603284b877ceb65104edcc3b32efd764a480768882 3,506 1.00/1.00 vMB 39
835,243 835,243 00000000000000000001ad02561fd3a29595ddbd65a40ed8e201a3d0e81130fd 3,579 1.00/1.00 vMB 50
835,242 835,242 0000000000000000000213d2e5c79a4592c45f40614dc99257fadd837a7f8dc2 3,823 1.00/1.00 vMB 47
835,241 835,241 000000000000000000019bfbbafe4fa13ee0fe5725b407a098350ac5bc90921e 4,058 1.00/1.00 vMB 47
835,240 835,240 000000000000000000028a7a63c9b1802a619f5f5ea2ea6fa5753346869334de 4,287 1.00/1.00 vMB 55
835,239 835,239 00000000000000000000a48854d2a519f0437cf943e5fbfc4c27ad448809841d 3,531 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.