Loading Tool

Explorer IconExplorer

Memory Pool

81,760 transactions
31.23 vMB
0.08161200 BTC
Random Selection Loading Transactions
Max Size: 185.92/200 MB

Candidate Block

Mining Attempt 15210f1f39cac83ccb30878f5db6f349ac68709a8fe4c554bacd63e21d8645b0
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 1870c7224cf910dfe1eb485ee96d6e0479c5f00f479feed579414989ae6b4ba0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,202
Size: 1.00 vMB
Total Fees: 0.01533847 BTC
Feerates: 157.11 > 1.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (899,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,618 15,618 0000000037f9ba08282cb87da3ed85d5a5a8279aea4a71cdb140993c4de83e77 1 0.00/1.00 vMB 0
15,617 15,617 0000000010f15fb1a3e5c7b6eff1b3abc83a4dd8c43b5aad8a212ccfa603ae7b 1 0.00/1.00 vMB 0
15,616 15,616 00000000269b3cceb8ed5f41f006382f85014fcdad631b7532cfa3fcb01c580a 1 0.00/1.00 vMB 0
15,615 15,615 000000000a78fed5bde3dbe879c0dc84536ec750793ff3be29f4cf5e846561b1 1 0.00/1.00 vMB 0
15,614 15,614 00000000dcb6cf58b1d9856b906218da43eace912ac2573f23e2fa3318eee45a 1 0.00/1.00 vMB 0
15,613 15,613 00000000fe58ee2113d00d4c08dabaa7ee338d1a71461761d45daedd2464ceaa 1 0.00/1.00 vMB 0
15,612 15,612 00000000929e67b9c4925b72d56d9b5be54c564d241efe4ee6c75792da1b5cc6 1 0.00/1.00 vMB 0
15,611 15,611 00000000b171f757920284cfacd0eb2368c861ac7a03a88b507589a06cd5e5b1 1 0.00/1.00 vMB 0
15,610 15,610 000000009c6fcfb1234e33e5f0eb3ed02be46c5521b6458877c2f2fd1d1e3e4f 1 0.00/1.00 vMB 0
15,609 15,609 0000000082007577b73f91393bce89347cff661d786cc2038547d3a32e27cc1a 1 0.00/1.00 vMB 0
15,608 15,608 0000000079e9e90c35f4dd08d7ebab5707c9b0fe09154e46e562dd0221431946 1 0.00/1.00 vMB 0
15,607 15,607 000000008a424e60b5aecb36247884547020a6bd614738037ac3ff541fc1b38e 1 0.00/1.00 vMB 0
15,606 15,606 00000000c6e7165ff7ceff25eedc6489dde8bf63d2ed9bb45b914dd8460811b2 1 0.00/1.00 vMB 0
15,605 15,605 0000000023934427623b0842ca8b9580b3ff21da1baf71b9fd5e52026cef4a62 1 0.00/1.00 vMB 0
15,604 15,604 000000004b308765ecadc411dfad03b2407cc4fd4e59cee06f44ce016dc2b669 1 0.00/1.00 vMB 0
15,603 15,603 000000003a64fd7807510b076d94b4c2b6e09ebd12a20d3f1f4117c804772717 1 0.00/1.00 vMB 0
15,602 15,602 0000000069e8fd67bf12ac65559186a5bfb815f8d550101d51f945ce5073ab08 1 0.00/1.00 vMB 0
15,601 15,601 00000000e15683b663c37efd5c87ddb98851ada5dbf096b9929f0fa45a72298d 1 0.00/1.00 vMB 0
15,600 15,600 000000002f531045360bb2f0ddd20e04e0615d712cd17e4c615b298ed14c0536 1 0.00/1.00 vMB 0
15,599 15,599 0000000010e4ce799db20b44822e117e1f8327e6213a48cf092955dc9077caeb 1 0.00/1.00 vMB 0
15,598 15,598 00000000ccfdc131cbc68390cc9b56807933e1085877071ae06241f1928d53c9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.83 GB
    • Received: 15.59 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.