Loading Tool

Explorer IconExplorer

Memory Pool

76,139 transactions
28.37 vMB
0.06366664 BTC
Random Selection Loading Transactions
Max Size: 172.05/200 MB

Candidate Block

Mining Attempt ba70d6d9a486f68905aca8d1c597bb745974be804f6f05c7ff22c9a446955bfb
Version 20000000
Previous Block 000000000000000000017f6dd0e67bd2be6472dbc7ef25111a31d2d43442caa3
Merkle Root 3b58d63a14c8e7d813222b181cef0856ce082a801dd29f4e4e83a5b97f17b58c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,026
Size: 1.00 vMB
Total Fees: 0.00479918 BTC
Feerates: 40.21 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,164 (297,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,581 617,581 00000000000000000005b2c73b30dc5b53c6e431ccd9e2a9f99620d586643d12 484 0.13/1.00 vMB 8
617,580 617,580 00000000000000000010927a1b75217e71c00ae55548414474e7d72f82afdbc2 2,406 1.00/1.00 vMB 23
617,579 617,579 0000000000000000000a06a5c6bf40ec3606042412b0ecd397ab0b30fd7a68cf 2,952 1.00/1.00 vMB 15
617,578 617,578 00000000000000000005dab47e106950bf38ed9647ca461ff9e9fd79648a0692 2,839 1.00/1.00 vMB 17
617,577 617,577 00000000000000000004a89c19c3c421427946b5728b4724994d602df933c141 975 0.96/1.00 vMB 8
617,576 617,576 0000000000000000000a7187028c13c34b9c49d6073bcf827a601075131461a4 1,721 1.00/1.00 vMB 14
617,575 617,575 0000000000000000000a692a39416d4b08373d9799161849ae9ffcb95de28f4f 2,023 1.00/1.00 vMB 21
617,574 617,574 0000000000000000000bb684d8eaf73e0e9ffa5d350ac8405e3d37d04964a632 3,275 1.00/1.00 vMB 6
617,573 617,573 00000000000000000002176c6744350541faeaadf8c97b49aa11cd59d6414838 2,888 1.00/1.00 vMB 26
617,572 617,572 0000000000000000000ca7d8abcd9cca0e32a1f6f8867e44af47d3c826e36c65 2,395 1.00/1.00 vMB 19
617,571 617,571 00000000000000000001d1c02bab6517afe380e3d3a91df28d53b1d08a074da3 2,614 1.00/1.00 vMB 40
617,570 617,570 0000000000000000000843de4cdbc4747b8fcf702802795757ef8c1000e89005 2,633 0.88/1.00 vMB 18
617,569 617,569 0000000000000000000dd4db01bdd13f4798e09f112379f59b3ecd024b3c59f3 1,916 0.71/1.00 vMB 20
617,568 617,568 0000000000000000000ebda1248243781c9a18c7914d888e0448b59110311bab 2,699 0.69/1.00 vMB 16
617,567 617,567 00000000000000000008e5ab87956c982fd3efdbc2b0a3d9c481e265a141dd65 3,238 1.00/1.00 vMB 22
617,566 617,566 0000000000000000000f4aa154bb21e16c51a5eaf5dd52e413ed5479880f7d06 819 0.21/1.00 vMB 28
617,565 617,565 0000000000000000000c50b1d7be1f5410b060669b9901fa2dfe90f9433e3d92 2,542 0.83/1.00 vMB 22
617,564 617,564 0000000000000000000bd01506d97ec1859c50a453de672076289a1d51285a79 1,016 0.26/1.00 vMB 3
617,563 617,563 0000000000000000000508d2fcef8f99edeac627fd8d46e1f35295f2da54f02f 2,449 1.00/1.00 vMB 20
617,562 617,562 0000000000000000000c017cbd09e37c2008037cc583e1554f9477b7e5c0c4f0 492 0.14/1.00 vMB 17
617,561 617,561 0000000000000000000fa739de8c6e46803b1202253374d8540327d9edb1be84 1,021 0.34/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.68 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: 682.36 GB
    • Received: 16.46 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.