Loading Tool

Explorer IconExplorer

Memory Pool

37,684 transactions
27.06 vMB
0.05493348 BTC
Random Selection Loading Transactions
Max Size: 137.90/200 MB

Candidate Block

Mining Attempt 0362c8b9fabe4a47901ffabfaef5db5ab7f10eb370332c414f13654f6ec637cb
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root f1c6fe70ad06ee335da3efbaca0f0117dbd5391846976fa9966063383d06eb40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,296
Size: 1.00 vMB
Total Fees: 0.00396531 BTC
Feerates: 150.75 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (270,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,059 644,059 0000000000000000000fced7f67954e0401a017b2717bfade46371ebc0fd7131 1,143 0.50/1.00 vMB 41
644,058 644,058 0000000000000000000799ba91232c80a81cb66907cf05baab26e8eebe30e71a 2,329 0.85/1.00 vMB 20
644,057 644,057 000000000000000000061e6115939b4b088d91ee2e104470f512d6d4722bb016 2,658 1.00/1.00 vMB 21
644,056 644,056 00000000000000000003b2430e6f5a85539c42a21057b4543bfde304c4ee9553 2,890 1.00/1.00 vMB 74
644,055 644,055 00000000000000000000f93aa51a9c6e8dabbcbb2c3e73857c6364d82163de22 1,289 0.58/1.00 vMB 37
644,054 644,054 0000000000000000000e9d5fa343d716cf605c85d07ec2eebcdc22f367583b9a 2,019 0.92/1.00 vMB 25
644,053 644,053 00000000000000000003a1008519a3c9121e4015acdfcf0e0da08da80c086d0a 3,013 1.00/1.00 vMB 11
644,052 644,052 0000000000000000000e71be43da804896364305f096b99881cf5379225d4aa9 3,019 1.00/1.00 vMB 21
644,051 644,051 00000000000000000006b9d71df2736f1861e118b4d378910834d413a7d787ad 2,262 1.00/1.00 vMB 22
644,050 644,050 0000000000000000000c14590d7d313a7bcc4b195585d654dcbdbcdbc4fa62c0 2,670 1.00/1.00 vMB 54
644,049 644,049 0000000000000000000a82539e9f28ac00941d33dcc6504bac5b610f676c26d8 2,770 1.00/1.00 vMB 67
644,048 644,048 00000000000000000007b2618d83358c6d5f70b0e396fa5a442b2d8a381e3d15 2,768 1.00/1.00 vMB 98
644,047 644,047 0000000000000000000b3ccf4498be7b035ec29ff4b576604cda9fed176c6241 3,055 1.00/1.00 vMB 85
644,046 644,046 0000000000000000000746c14d3c5de525eb1e3dcf4fe7c71219bc2d1642cdd9 2,379 1.00/1.00 vMB 47
644,045 644,045 00000000000000000004741a941c1eb330c01d48ba1d4a82b372d8bf2685d15d 1,527 1.00/1.00 vMB 10
644,044 644,044 00000000000000000002bf7ec1a08ce08118f284f2d2028e6d7dc3939ac2ecc6 1,923 1.00/1.00 vMB 19
644,043 644,043 000000000000000000065376e84dc9481ab6ee2a754dcae20041bf321e84a0cb 2,814 1.00/1.00 vMB 11
644,042 644,042 00000000000000000006dbe626106fddfe4254ccbbe93c4f97ca7561350feeb7 2,824 1.00/1.00 vMB 25
644,041 644,041 0000000000000000000729cfaa4d5acbef410e0e7dcaba88e609f2ab7f0d498f 2,483 1.00/1.00 vMB 68
644,040 644,040 00000000000000000007fa2f20b2d406c8b5cf79a6223680334b24ccf642e992 2,814 1.00/1.00 vMB 34
644,039 644,039 0000000000000000000f13be74e26a791e3982a446babb38ff492681aade4746 3,067 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.