Loading Tool

Explorer IconExplorer

Memory Pool

82,272 transactions
31.73 vMB
0.10818517 BTC
Random Selection Loading Transactions
Max Size: 190.25/200 MB

Candidate Block

Mining Attempt bb92d6c3a84f500fccbf3fd91e49337918499a33b144cf4b997f9e1b7e150a7d
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 91bd1f045258c376eac6b59b4ca754f7e6c5881ef9b04bf5c0f3357f4b11c46d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,979
Size: 1.00 vMB
Total Fees: 0.02443816 BTC
Feerates: 99.50 > 2.45 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (9,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,420 905,420 0000000000000000000067fc5d123e9a189fa81cec35ab1782eef7975556e0fd 2,988 1.00/1.00 vMB 3
905,419 905,419 000000000000000000012836e971867d32837088b00358aa4ad58f3b943d86d0 3,460 1.00/1.00 vMB 7
905,418 905,418 00000000000000000001cfdf58d4dfc32b1e616947de4dd63dbd9bb8c9fa8ec1 3,958 1.00/1.00 vMB 6
905,417 905,417 0000000000000000000004baf1e878d7bd58595202bca03c6b44b0a1779847b6 2,988 1.00/1.00 vMB 9
905,416 905,416 000000000000000000015d1ba584270bfcadeb4671cdc944f5224f1a8bd5f11c 3,937 1.00/1.00 vMB 4
905,415 905,415 000000000000000000004208f7d17e4a36f9d5c737836c34def96ae30866ea8b 4,191 1.00/1.00 vMB 5
905,414 905,414 00000000000000000001a786db87504e3f58474c9d94eaeb6b989bf83980864a 2,214 1.00/1.00 vMB 15
905,413 905,413 00000000000000000001305bd8eb1b6aa38779d9d6b56a9b7ae00c5c70eeff31 2,026 1.00/1.00 vMB 0
905,412 905,412 00000000000000000001af2584d2ccd012fc9f491a7ff9e20b665f30ff182dd1 1,763 0.65/1.00 vMB 3
905,411 905,411 00000000000000000001763863d0a8c695afd7fb5e108101826600cd74dd7d3f 1,644 1.00/1.00 vMB 1
905,410 905,410 000000000000000000020f8d2b0f399a860da0c63240293745750c515e0d8cea 429 0.12/1.00 vMB 2
905,409 905,409 00000000000000000001cafb7549ab8bb3ceef82883146b1009f7f84fdfdf83f 62 0.01/1.00 vMB 10
905,408 905,408 00000000000000000001225a3eec5b754e5f73150091f4a64ba56612bcd3d79a 3,082 0.92/1.00 vMB 3
905,407 905,407 00000000000000000000e59853878e1cf890bd4d2628a22e7afb8578af3d4234 3,101 1.00/1.00 vMB 3
905,406 905,406 00000000000000000001ecbc86a051d8ae8d526c83e6588c83fe6fd1a5bf373a 779 0.56/1.00 vMB 2
905,405 905,405 00000000000000000000bed5975447c119bb7d6d62c7f41a9b089681892744e8 1,878 1.00/1.00 vMB 1
905,404 905,404 000000000000000000015c4bedd57194c3f3368a3c4d81228fd649c29c6a9a02 3,656 1.00/1.00 vMB 5
905,403 905,403 00000000000000000001d429d056b9a69679009fa057f01ac7cfcc11b643fbd4 2,000 1.00/1.00 vMB 2
905,402 905,402 000000000000000000019dec53af2c2b8db88cd212bbf4b8e852997cde6194bc 1,775 0.67/1.00 vMB 2
905,401 905,401 000000000000000000008164960c1730d2a6dab873e0c4cbcd45ea7a74aedb79 227 0.05/1.00 vMB 2
905,400 905,400 00000000000000000000e2145e0fb90b3e010213277211a6d40131165b2e61f4 1,417 0.62/1.00 vMB 2
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.41 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.