Loading Tool

Explorer IconExplorer

Memory Pool

83,150 transactions
32.02 vMB
0.11792330 BTC
Random Selection Loading Transactions
Max Size: 192.06/200 MB

Candidate Block

Mining Attempt e90b0bcec4eb0c4ada93c45cf4fe1fc6d4622d2d615d3a260341c6e03fe4f49c
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 49b925c3c012aed8c50d3edbd8da43d7a97c38f753fe5734aebbbb3f469e99f7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.02948482 BTC
Feerates: 100.36 > 2.95 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (527,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,664 387,664 000000000000000003b27263577e9949d13c30a3b49223fd1260c76c484bd33e 1,242 0.82/1.00 vMB 23
387,663 387,663 000000000000000009b43d0605e0e9d8775258e2875784f4e4e7f6f36366b163 1,757 0.60/1.00 vMB 46
387,662 387,662 000000000000000000dd18ff4a40e0e65ba6099a91937959362035fa2e7f723e 374 0.16/1.00 vMB 30
387,661 387,661 0000000000000000037a253d53650c70b85092bf416934ca69fbe043b7f41437 1 0.00/1.00 vMB 0
387,660 387,660 000000000000000006e94e528276c70a040e832e4b5edfddf318c206644450af 899 0.51/1.00 vMB 27
387,659 387,659 0000000000000000076e557f6ad190474b919dacdf122d9156ca25fe5d42e0b2 1,839 0.95/1.00 vMB 29
387,658 387,658 00000000000000000bd63cdfedd49b1a2f2b5e0afd31b4c64b5dc67ca94b5255 1,034 0.50/1.00 vMB 32
387,657 387,657 00000000000000000ae850cb1bcd733c5adb6763e75429691b75ac60d295905a 2 0.00/1.00 vMB 0
387,656 387,656 0000000000000000022d3c846c2ed0e3d2142c577831cc30101cff5c2a9c16e5 1,260 0.58/1.00 vMB 37
387,655 387,655 00000000000000000bffb5f53e6710bac625a0e25d5d3483f28583c78e25965a 952 0.67/1.00 vMB 21
387,654 387,654 000000000000000004dc43cad7fdfa9699f9f722a504f06f98e382ff60d22de8 904 0.48/1.00 vMB 30
387,653 387,653 0000000000000000055f4f440040c95e0f8e41336db100da8e2a485300b63aa3 842 0.81/1.00 vMB 17
387,652 387,652 00000000000000000970e8029cd6ac3a7a807c3d327ac8d17ce345167f1e56a4 2,111 0.75/1.00 vMB 45
387,651 387,651 00000000000000000537c9266096ee1666085ae22350c9f3876d29910f6e2f3e 173 0.17/1.00 vMB 21
387,650 387,650 000000000000000007df91e7c9d92f6d5962705f755aa2df7f7b10ebfc3eec9a 485 0.33/1.00 vMB 22
387,649 387,649 000000000000000006f3a396229e7ef272d125aafd85c316e2ae385d13df42e2 420 0.17/1.00 vMB 36
387,648 387,648 00000000000000000da5351a210379b718df3d1a848f4ed42db69b1e32bcf3ce 1,261 0.65/1.00 vMB 29
387,647 387,647 000000000000000009c13bcb07ad4df8a8385f720b27b6e65f29e78277cc379f 459 0.50/1.00 vMB 15
387,646 387,646 000000000000000003486075e9f2bcbeb4e84d0966ccee81e7e427d173a9b9f8 2 0.00/1.00 vMB 0
387,645 387,645 0000000000000000099b1f2e33c4d1bc8b8c9796baa736313b26b7aec6cddf06 1,629 0.93/1.00 vMB 25
387,644 387,644 0000000000000000009063242ba30c58b7149d92a75e4dc61e7cae1db3111ef0 2,747 0.90/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 783.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: 720.44 GB
    • Received: 18.16 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.