Loading Tool

Explorer IconExplorer

Memory Pool

39,892 transactions
28.97 vMB
0.06714694 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt 78ad1735ca70a4c00cb2a13787fd670f2d27afe9d1660e61de078f8d91f4909c
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 4e9e356c1b4ab4082f1a5500b547e5e8c2bba2619b14442cddcd217131311452
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,422
Size: 1.00 vMB
Total Fees: 0.01065824 BTC
Feerates: 150.80 > 1.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (166,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,662 747,662 00000000000000000009e6a2175e25404937ce329c835ed305cba2bb40a64cc5 951 1.00/1.00 vMB 15
747,661 747,661 00000000000000000003c28df5fe437c58c14a8fcdba9a9c4ad83f56e262485c 565 1.00/1.00 vMB 15
747,660 747,660 00000000000000000007d032ad129150b99bc7ef7ee9ba800553196fa1c42a2f 1,330 0.52/1.00 vMB 9
747,659 747,659 00000000000000000000f33c18beb05fd9b76e3a9da1ec9d3f714983542d2249 589 0.15/1.00 vMB 11
747,658 747,658 000000000000000000003a1c3aa4db9703df4f64c220037eb3f728f4e08136dc 283 0.10/1.00 vMB 14
747,657 747,657 00000000000000000004eb2446557bc3e8588cb26f464581c9367276f86b6c5f 840 0.79/1.00 vMB 3
747,656 747,656 0000000000000000000337413ad4ddc21690d8f78f848ac66da6f6283765ff3a 2,670 1.00/1.00 vMB 12
747,655 747,655 00000000000000000005b62c03026ecc335bc17a0cd2074b308eaa29ba19488f 1,666 1.00/1.00 vMB 4
747,654 747,654 000000000000000000036277ed64d2177bd3f990f5bb4b7832dd7e36dc16ccc0 2,484 1.00/1.00 vMB 9
747,653 747,653 00000000000000000001bbe5a54ab5f23c7e2e5685d5557b5bd220bfb6ab87b1 1,873 1.00/1.00 vMB 16
747,652 747,652 00000000000000000008e45df16b6d88c852720f0e650bd4187d3851f33c8b6a 1,455 1.00/1.00 vMB 4
747,651 747,651 000000000000000000005cbe31875d2f3c0dc1d603cf209f2e9a73daf3320791 1,779 1.00/1.00 vMB 3
747,650 747,650 000000000000000000049ad2a0a26b97d61981eeacb94ae02bdefe1a5ec8b66d 1,599 1.00/1.00 vMB 11
747,649 747,649 00000000000000000005d92a38d86800ce4d1d763432f8ffe2fcde8816443396 2,947 1.00/1.00 vMB 17
747,648 747,648 00000000000000000009e77f55605e59570ca0d9e841eb618fa21ecf29bb166e 1 0.00/1.00 vMB 0
747,647 747,647 00000000000000000004f6aa5fa0e063e77ae6170c03c2355dc55180648b8fc6 3,179 1.00/1.00 vMB 9
747,646 747,646 000000000000000000062f467e5ed99f25587f3e2937a1d6be65641d775ddfd3 2,819 1.00/1.00 vMB 6
747,645 747,645 0000000000000000000a0c99abf38c1c3182fd7fb43de13541f2547a2ea12829 2,291 1.00/1.00 vMB 15
747,644 747,644 000000000000000000096b292bde72ad675eaa44b7ffef47579f7dc4f9c07200 1,769 1.00/1.00 vMB 10
747,643 747,643 000000000000000000016b68cd9cf58cec91ae131c2b2a64baad6140f03a4309 3,486 1.00/1.00 vMB 14
747,642 747,642 000000000000000000026dbce14b9677e977eb61e8dca28d9757adb137b309a4 3,485 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.83 GB
    • Received: 11.40 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.