Loading Tool

Explorer IconExplorer

Memory Pool

82,726 transactions
31.64 vMB
0.13031225 BTC
Random Selection Loading Transactions
Max Size: 189.92/200 MB

Candidate Block

Mining Attempt 2f319b1cc15351a79bbb1ff202cf53abbaa4c4adbe4d8f4a87efbf7bc9bb5a09
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 19de36dd19197dccd885afee41945dc52f4f7b35d7b0e1619059c2797e0259bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.05683834 BTC
Feerates: 180.34 > 5.70 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (248,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,670 666,670 0000000000000000000ba0a18bef9f90caffc3f71195ef00cb80b9e50d4b6ef6 2,153 1.00/1.00 vMB 33
666,669 666,669 0000000000000000000abfad55a8d9078056902bdae2ab8485b605c865e1f72f 2,215 1.00/1.00 vMB 48
666,668 666,668 0000000000000000000d7f284feb0b9e75c190f74c272c3d1676ccfe44444d92 2,769 1.00/1.00 vMB 71
666,667 666,667 00000000000000000006ab70890dee2655cffb5b722c4d65ae3b41a6560dc861 1,895 1.00/1.00 vMB 46
666,666 666,666 0000000000000000000b7b8574bc6fd285825ec2dbcbeca149121fc05b0c828c 2,728 1.00/1.00 vMB 54
666,665 666,665 0000000000000000000d3ac711558b41b477e4d2c178aa816f267ee9e82c71a3 2,906 1.00/1.00 vMB 99
666,664 666,664 0000000000000000000592fe40c16cd030ed0ba294655bf809b9edb17f4d61b6 2,443 1.00/1.00 vMB 64
666,663 666,663 00000000000000000009c40d76c76831a9110055e117a24478bd8462f43da480 2,931 1.00/1.00 vMB 66
666,662 666,662 00000000000000000002bff1935fd0c2002628df0800c7d7d5e41626c6ab18cd 3,084 1.00/1.00 vMB 79
666,661 666,661 000000000000000000047e8d8b037dcc82ecdbc5d479de4dd11bee38c3ae63de 3,147 1.00/1.00 vMB 66
666,660 666,660 00000000000000000004284eb205f4a2421feabeafca4ba2294b5590d333fd33 3,265 1.00/1.00 vMB 70
666,659 666,659 00000000000000000003d110cc37630c353a99fda51725c9e8e81984e015ca39 3,096 1.00/1.00 vMB 104
666,658 666,658 00000000000000000000148614e8342c6d01d8b056685c4cf8a7caabd9153569 1,728 1.00/1.00 vMB 89
666,657 666,657 0000000000000000000807826fa4f3fbf889032270454d6c4cea48533e140f1b 3,159 1.00/1.00 vMB 82
666,656 666,656 000000000000000000013d104f310ea5f4d231fb3b1205f8ffb04c2b61066d7e 2,861 1.00/1.00 vMB 105
666,655 666,655 00000000000000000007c5d3134fb591090eef0e123a26ca6148ba0c59b0a428 2,899 1.00/1.00 vMB 101
666,654 666,654 00000000000000000005be0eb1a7f2af073249b9f43fecb83474bed3d4134df0 3,173 1.00/1.00 vMB 75
666,653 666,653 000000000000000000041a54829d6b05f9b2be87dae2da9c5d1e49b6f705b9a2 2,053 1.00/1.00 vMB 82
666,652 666,652 0000000000000000000cb9ac75dbb50ac11681616329636df25bb474d33b5992 3,168 1.00/1.00 vMB 99
666,651 666,651 000000000000000000066c9b2e4b4172872bce878a80ee82ec4eb6cd9691c9aa 3,047 1.00/1.00 vMB 87
666,650 666,650 00000000000000000000e197752528b8aeea6d674dbba1d12b271fc0ceb3e19a 3,247 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.