Loading Tool

Explorer IconExplorer

Memory Pool

45,886 transactions
28.48 vMB
0.07434992 BTC
Random Selection Loading Transactions
Max Size: 151.35/200 MB

Candidate Block

Mining Attempt 80082ccf75701a0d01e087cc4b611fe178c7dad9c6d0dd20e67748ca3112d009
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root c1a8dba3a926f2509695222e3623f3efd2d87cdc7e0833d9808bdd49ac9e2509
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,343
Size: 1.00 vMB
Total Fees: 0.02026917 BTC
Feerates: 100.23 > 2.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (360,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,149 554,149 0000000000000000000e8aa7d9b4227f26e5a101108cf48ce97733571ad521a8 2,716 1.00/1.00 vMB 10
554,148 554,148 0000000000000000001456e19ba941b4539c0642b7d2783de004143a14fb9e44 2,366 1.00/1.00 vMB 15
554,147 554,147 0000000000000000000326d16fe6e71feec89d0ab549d5a16e603c22b380bb0d 3,220 1.00/1.00 vMB 27
554,146 554,146 000000000000000000169cb24ad90aef222a0e5a80304bb474ec476fed389e4b 2,259 1.00/1.00 vMB 9
554,145 554,145 0000000000000000002aaa354a1bb8df9f86b81ad91edb8893d028308d1315f9 2,655 1.00/1.00 vMB 12
554,144 554,144 0000000000000000002d6b80639f950632ea18a007e584f6657eff33fdccbce7 1,951 1.00/1.00 vMB 6
554,143 554,143 0000000000000000000f3de42ce0b4ba25a7cd1a2d825351453fad3d541583e0 2,827 1.00/1.00 vMB 16
554,142 554,142 0000000000000000000354faf6af887c7210aed5e5d9ba65551a3b23b2f65db8 1,476 1.00/1.00 vMB 3
554,141 554,141 0000000000000000002b3c432a939199990ab34914a9d40dd0810d34f3340653 2,609 1.00/1.00 vMB 13
554,140 554,140 0000000000000000000ca846bab70a08942b527ec5983fad84a1c0e13fe2ccd7 2,763 1.00/1.00 vMB 20
554,139 554,139 000000000000000000123faffc03f4c52eb5e1c8c025f1116bbab37224a118ee 1,756 0.68/1.00 vMB 10
554,138 554,138 0000000000000000002442a11754402426b05036548be1ffb308d0b2b88d44a1 1,346 0.53/1.00 vMB 12
554,137 554,137 0000000000000000000196a27e8814a7e39146d69a9cd7203f1ea7aa3a88ff08 186 0.35/1.00 vMB 3
554,136 554,136 00000000000000000011f2e253f871b2885f65737b554c800dea24bfd7eeabc3 2,867 1.00/1.00 vMB 12
554,135 554,135 0000000000000000001ee99f66a05857d96606628baf61922a6936d07fa4622e 2,426 1.00/1.00 vMB 12
554,134 554,134 000000000000000000012b19a43ee8a572514b9d188e033fbf2a85b5b01ffcd2 1,824 1.00/1.00 vMB 4
554,133 554,133 0000000000000000001b083d3cc97c1473ce514f43ac8d04d47601e247ad20bb 3,125 1.00/1.00 vMB 26
554,132 554,132 000000000000000000080abe6358d5ff588174ac36aa77bea4e6c5f8db1982ec 934 0.32/1.00 vMB 24
554,131 554,131 0000000000000000002b2a2fe7e664096fc4c66a60ee9c850f2c0ceb8b66af51 860 0.60/1.00 vMB 4
554,130 554,130 0000000000000000001620d65afe89e1aae685168afd3bc2f015a8cccb355d58 2,497 1.00/1.00 vMB 16
554,129 554,129 00000000000000000008b47e4bfa46628a1bed34f1bdb0a1f27e2cadcc560fc5 374 0.17/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.