Loading Tool

Explorer IconExplorer

Memory Pool

82,641 transactions
31.89 vMB
0.09510542 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 6da3c5af893813c4fd0aa5cd6a944abc9f07fab60ff9d9317aa5ef209f05d29d
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 50228052e3af30ca5f8853570386a830827df943332ad59490b6fc9d97355f41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 1.00 vMB
Total Fees: 0.03096203 BTC
Feerates: 101.66 > 3.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (353,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
561,534 561,534 0000000000000000000084ffd7dd88a920712cb711e05e050ef6d76c3731df5f 3,016 1.00/1.00 vMB 30
561,533 561,533 0000000000000000002b11ae3b3037ce71e3ada26ef7706e061cf048877becb9 3,176 1.00/1.00 vMB 21
561,532 561,532 000000000000000000048c170de3d6f6e08a2b3cb17c33934a902200f5b948f4 2,581 1.00/1.00 vMB 24
561,531 561,531 0000000000000000002ace63358a3d9ef58047363edfe9caad0bcaee3f9657b0 2,488 1.00/1.00 vMB 6
561,530 561,530 0000000000000000001f74c4681c33a8674c74d2940e6b518e59adc5ebf9d962 2,635 1.00/1.00 vMB 5
561,529 561,529 0000000000000000002841dd481bb4b86d1d16eef0b31c22ef8bd05c06b34b44 3,188 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.31 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: 658.71 GB
    • Received: 14.58 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.