Loading Tool

Explorer IconExplorer

Memory Pool

76,468 transactions
27.62 vMB
0.07761669 BTC
Random Selection Loading Transactions
Max Size: 168.65/200 MB

Candidate Block

Mining Attempt ffcae68720a842abd0da86a05f6b0601664023ecb93a11303f50ca8c15c0f652
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a76cd0edab89f37814f1d5eb31da0d4ac39d6bd7f97a49fa861e55704a4b7a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.01868344 BTC
Feerates: 402.60 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (127,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,444 787,444 0000000000000000000178a6ea66b16f7d7797bbdbd88f011d0474c1f184ee0d 3,140 1.00/1.00 vMB 7
787,443 787,443 000000000000000000014f9d0289b99b7e38192430f64fbb4f28d8a775d242ce 4,108 1.00/1.00 vMB 26
787,442 787,442 00000000000000000000b0379f75b28b35b2c69b26920d11ece2d35060c7b73d 4,137 1.00/1.00 vMB 9
787,441 787,441 000000000000000000018fd1bdc5eb4f8b53e9d0db2c4ffdb44eb8f0c6d6c8f9 2,437 1.00/1.00 vMB 16
787,440 787,440 00000000000000000004df49e02aba56fb4e1f032613055b949ed5190465eb99 2,383 1.00/1.00 vMB 14
787,439 787,439 00000000000000000005b8222e112e35bb3af162b3bc1251fbf97c279a062b1f 2,109 1.00/1.00 vMB 13
787,438 787,438 000000000000000000018d875ea4f215be9c546c043c828f5ca722b004170549 2,875 1.00/1.00 vMB 28
787,437 787,437 000000000000000000056b58b6cb0ad60b80962b054d7d8d20c9faeeaf8edefc 2,551 1.00/1.00 vMB 27
787,436 787,436 000000000000000000057fdb9fd6ce6fbb8e94d702ca67282700892efca0c4b6 2,537 1.00/1.00 vMB 43
787,435 787,435 000000000000000000059e57343ebf0b5889bc38bc06e180065f8c96c6655d8a 3,020 1.00/1.00 vMB 34
787,434 787,434 0000000000000000000030066abdfe5a16d5277afe6da0564ad7832975edb540 3,583 1.00/1.00 vMB 48
787,433 787,433 000000000000000000013e5bc2a9e3817eb77a745daa2962bcf9034265e388d0 2,263 1.00/1.00 vMB 52
787,432 787,432 00000000000000000004c8dc49dc465e7d7e9ef7211cf53493976c5e5a1b5b3f 2,195 1.00/1.00 vMB 35
787,431 787,431 00000000000000000005bca28aec2163649b77133092439613332d810e414669 1,539 1.00/1.00 vMB 14
787,430 787,430 000000000000000000021798997557eaa95ff47c969827fdada01ae1ec7a5ef5 2,986 1.00/1.00 vMB 34
787,429 787,429 00000000000000000003bd6dc79d74e13f7618e11be5c0bfa230c44c275f44ee 1,581 1.00/1.00 vMB 23
787,428 787,428 00000000000000000002dd4329af65a4862c973b65a2f6039ee19a18adafc68f 2,196 1.00/1.00 vMB 24
787,427 787,427 00000000000000000000e1698e8c8d4df0fad578cccb54df79e2c521d42b058d 1,502 1.00/1.00 vMB 22
787,426 787,426 0000000000000000000227b6cb69b608039d805e0f11a06c24baa9ab8320c21f 1,160 1.00/1.00 vMB 20
787,425 787,425 000000000000000000040dd5681e52d9872a0a4d4f535ac470a2d28215fecda6 2,561 1.00/1.00 vMB 20
787,424 787,424 000000000000000000015ffe21f34c0698a6db5a58ef752566aef4486e7b0c74 3,521 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.