Loading Tool

Explorer IconExplorer

Memory Pool

77,055 transactions
29.05 vMB
0.07858679 BTC
Random Selection Loading Transactions
Max Size: 177.76/200 MB

Candidate Block

Mining Attempt fd86888f215c37291cbcf30f6c91abe5fb4e0901ddd3d69771e0946b2cc72449
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 2f94372e92674a5147b9bc2957b9d219f4f7fe4aca36b4d372dff1bada2279ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,629
Size: 1.00 vMB
Total Fees: 0.01520605 BTC
Feerates: 301.60 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (248,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,688 666,688 0000000000000000000b80610f058670fe97fea80fc546c3e1d4ae67cd5fccc0 2,639 1.00/1.00 vMB 87
666,687 666,687 00000000000000000009edeaf7bde65dd1ff3b75fecf84c8ebfe12ee458893f2 1,912 1.00/1.00 vMB 29
666,686 666,686 000000000000000000029be90f671af98abccd3ef80bd7616d1d4b00b1c512a3 1,685 1.00/1.00 vMB 87
666,685 666,685 000000000000000000081594d7361cced8247d544a9c656faed242226935db59 2,029 1.00/1.00 vMB 20
666,684 666,684 0000000000000000000565a050f04f805d7f9650513d665a531e4f06db2f710f 1,642 1.00/1.00 vMB 55
666,683 666,683 0000000000000000000c1538a684e7377e0b5a52b935feb3fc1041c8096e275d 1,608 1.00/1.00 vMB 40
666,682 666,682 000000000000000000022ab4cdad20988f7304b12f687bcc8e437130672c33b0 2,378 1.00/1.00 vMB 31
666,681 666,681 00000000000000000002f73400444edd477b7f0fac657e5c2c58d9fa1fd767ba 2,596 1.00/1.00 vMB 77
666,680 666,680 00000000000000000007707c9bb18b86fec4ac9a7a7a195e9063e7e4144dbfbe 2,031 1.00/1.00 vMB 20
666,679 666,679 00000000000000000003429ce21f8480c8c9529bdfa603456f8001ec7706c63e 1,979 1.00/1.00 vMB 72
666,678 666,678 00000000000000000003721600cbb28bc99bc81429ab78fb6fa71fb8f82c3cfd 2,419 1.00/1.00 vMB 93
666,677 666,677 00000000000000000002afd0b00d07b6d97a43e3386621e8fbb1c3195a52282f 2,149 1.00/1.00 vMB 65
666,676 666,676 000000000000000000008c72b828d7118cda0669aa36e6adb18c40103ff66cb7 2,536 1.00/1.00 vMB 44
666,675 666,675 0000000000000000000668fb6517ba01fafbdaf61d0d9cf9b2e1d2510d5c412c 1,717 1.00/1.00 vMB 28
666,674 666,674 00000000000000000004509072155d39cd218ebe93fcaff8faec3b81364069af 1,616 1.00/1.00 vMB 37
666,673 666,673 0000000000000000000782fe9db6f595b81e9ddadb613c93783321272157798a 1,759 1.00/1.00 vMB 91
666,672 666,672 00000000000000000001d3ea9875b560c44f1a80abb83a8514b1b801dd9236ee 1,987 1.00/1.00 vMB 27
666,671 666,671 0000000000000000000083bae1e5bac4f4252f120835138a28cbf700ed3caf92 2,379 1.00/1.00 vMB 29
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
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.