Loading Tool

Explorer IconExplorer

Memory Pool

45,993 transactions
28.77 vMB
0.14032493 BTC
Random Selection Loading Transactions
Max Size: 152.26/200 MB

Candidate Block

Mining Attempt 6b839438367320cc22655627f5f3491e7a2ca3ae9b512b29dcec9490e00bd1bb
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root c58d4a2679c6ed2b6cfc8975bb4f38d2f8eb088d8b56d0ad66fb6b46e3cab551
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,496
Size: 1.00 vMB
Total Fees: 0.07943603 BTC
Feerates: 15,654.48 > 7.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (343,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,345 571,345 0000000000000000001ef60c1154bbb0134b9a660f6099057d0d91f3fc73c726 2,492 1.00/1.00 vMB 33
571,344 571,344 000000000000000000193070f43bddf9a0257e544b0ff8fdaf16edeaaa0b68c5 3,119 1.00/1.00 vMB 52
571,343 571,343 0000000000000000000346ffc868e6a401858522aa9f738b59b90139b21f2f3a 2,918 1.00/1.00 vMB 67
571,342 571,342 0000000000000000002a8eafbd97218bb41aac24725cf627015587e8dfc05473 2,765 1.00/1.00 vMB 87
571,341 571,341 0000000000000000000bc6838425208ecdc7b9957f68b36e9a6eb35659a0df16 2,877 1.00/1.00 vMB 107
571,340 571,340 0000000000000000000a2a5f386fd862e32eb13fdba89202f4b49ba1bcff2687 3,227 1.00/1.00 vMB 123
571,339 571,339 00000000000000000005f322f8d2e4d6a72dac9e6f081f2af0fee2c25bab6ba5 1,743 1.00/1.00 vMB 139
571,338 571,338 0000000000000000002bfe03b0d5e9d7b59cebdf4cba95ff0bfae6a2c554a029 1,294 1.00/1.00 vMB 147
571,337 571,337 0000000000000000000614dbfd30432f60c410e0f427781313cbf1fd499ad813 2,717 1.00/1.00 vMB 118
571,336 571,336 0000000000000000001e6c65979c9956477820cb8a5d8a9a1939bebec0c8618b 2,483 1.00/1.00 vMB 46
571,335 571,335 00000000000000000010b59d7cd857ce26cca0fb5354ec2b9057c67a2d32fc9c 2,459 1.00/1.00 vMB 35
571,334 571,334 000000000000000000147aa869bea356ea4419108947f1eedd6b788d0dd6dd8c 2,743 1.00/1.00 vMB 69
571,333 571,333 000000000000000000110d4c46864cf5ec105dee7dbe8bfa7744896af20ef888 2,701 1.00/1.00 vMB 50
571,332 571,332 0000000000000000002bc848f5f3220f34096bcd54c3d2747c2c4f54c9fda656 1,400 1.00/1.00 vMB 91
571,331 571,331 000000000000000000109b2fa12b7a75a262b0682bda3cbcb357c61ca1bfa637 2,774 1.00/1.00 vMB 134
571,330 571,330 0000000000000000000dc0f1bcf554ac7289bd5412d5e0395b822fe4310f6b28 2,674 1.00/1.00 vMB 119
571,329 571,329 0000000000000000001a35f4941e02149cb07a77a1057577146495092e17de26 2,463 1.00/1.00 vMB 27
571,328 571,328 0000000000000000000b35b6d2b39d884741c90010cdb97fd8a066bf1b0ed355 2,678 1.00/1.00 vMB 56
571,327 571,327 000000000000000000180f70d86709180b2e1707c483d4eb46c292193107fbc7 3,038 1.00/1.00 vMB 84
571,326 571,326 0000000000000000002175c5946772e8ac2e5ca3be786aefdcda953ffb747b8d 2,901 1.00/1.00 vMB 129
571,325 571,325 000000000000000000065746acd6ee2ef7e92cac96e6c94857e030ebcf8234bb 2,920 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.