Loading Tool

Explorer IconExplorer

Memory Pool

79,918 transactions
29.57 vMB
0.06545280 BTC
Random Selection Loading Transactions
Max Size: 178.40/200 MB

Candidate Block

Mining Attempt a66fdea313e771d9c837539f74cefa88810c6f7d2f1642d5441da9c9c1ea5cea
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root a440b149f3b581010c28e32d688f2efed160fef83351e18826859f8036d976fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,490
Size: 1.00 vMB
Total Fees: 0.00535343 BTC
Feerates: 40.32 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (353,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,555 561,555 0000000000000000000d7f6ad062155e8e2c80b1404657d72ea56bcec1fc2407 2,752 1.00/1.00 vMB 7
561,554 561,554 0000000000000000001a50786753712485b68f3c40c3ba762e543d77276497b0 2,796 1.00/1.00 vMB 12
561,553 561,553 0000000000000000000c2339f90752fed35f1c6b39ebd551768cd7e5a430cf95 2,830 1.00/1.00 vMB 39
561,552 561,552 00000000000000000017613a7cb75e1d6802a9145cb4b1650cd5b51f2bc41060 1,495 1.00/1.00 vMB 6
561,551 561,551 000000000000000000251730641ac89285a3d66c9078d99d735e54edb3ab2197 2,851 1.00/1.00 vMB 15
561,550 561,550 0000000000000000000723a0249a44b5a25087ac108384d37970a7d76a22db6c 2,404 1.00/1.00 vMB 11
561,549 561,549 00000000000000000000c3b436672e7f9747ebaaf2464026ff3571ed68c1c39b 2,712 1.00/1.00 vMB 6
561,548 561,548 00000000000000000007fc17ca589adb729df3fb406d1719864a2e5c9090b4c7 2,857 1.00/1.00 vMB 15
561,547 561,547 0000000000000000002ebd8756d68a4c281e78fc18844eae8deb55edae750218 3,228 1.00/1.00 vMB 13
561,546 561,546 0000000000000000001340f821b82c8a1f4661b99fa87ca83e55ff2dbf314a5c 2,461 1.00/1.00 vMB 29
561,545 561,545 000000000000000000126b6b75c8592ac9645747f950d9265fd9fcf2810b967b 308 0.08/1.00 vMB 25
561,544 561,544 0000000000000000001d84942d6371642af3d3d7ea2c8f92177de600cfdbc476 2,224 1.00/1.00 vMB 4
561,543 561,543 0000000000000000001f30dba65039b959294965d9df519c5d6881a61afae360 1,908 1.00/1.00 vMB 7
561,542 561,542 0000000000000000000101060329f45f73eb235f97c01d6ba99ff7ce110c9444 3,020 1.00/1.00 vMB 14
561,541 561,541 0000000000000000001138016c070cabd988832fa545fca288ac82500aad9ba9 2,493 1.00/1.00 vMB 8
561,540 561,540 00000000000000000011f269c99cd099b178033e105d8e98c6a4c81ead8c6645 1,794 1.00/1.00 vMB 3
561,539 561,539 000000000000000000097f3c4d2f32eb6dc3a469bfddb24997d33e8f77fdd1ce 2,103 1.00/1.00 vMB 12
561,538 561,538 000000000000000000053833dd8768b5ff6368ca2ff0f103e4594a7e422dcc76 2,723 1.00/1.00 vMB 12
561,537 561,537 0000000000000000002b40be1c81f77da908a061bd4590d0727e33311cbd105e 3,117 1.00/1.00 vMB 14
561,536 561,536 00000000000000000013d4d88e1687d5ca07409c2b433c7e1daa9bdfbeb9e147 3,023 1.00/1.00 vMB 16
561,535 561,535 0000000000000000001c7adb3650a71d5c5da8b9cda2ad3c2be03d928f17fd48 3,612 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.33 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: 660.37 GB
    • Received: 14.69 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.