Loading Tool

Explorer IconExplorer

Memory Pool

47,127 transactions
29.92 vMB
0.07240362 BTC
Random Selection Loading Transactions
Max Size: 159.72/200 MB

Candidate Block

Mining Attempt 04db75de7890d9d594d6f0e69eac4fba380f9c6a6f066b222f86fb9da26c1194
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root 011a52027d8cb4ce04350bb965fea1f217a8b091904b715154cfa3658c91dd72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,321
Size: 1.00 vMB
Total Fees: 0.01159943 BTC
Feerates: 100.24 > 1.16 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (83,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,258 831,258 000000000000000000020776a231088e06cc00459f4cc7f6b91a3fb84a5beec1 3,064 1.00/1.00 vMB 21
831,257 831,257 00000000000000000002f33e6009092a906fbe5a718082ac9b67c5e43d89238c 3,571 1.00/1.00 vMB 22
831,256 831,256 00000000000000000002aa1eb19a4709e1603e7698feba14521b89323160ed9f 1,958 1.00/1.00 vMB 18
831,255 831,255 00000000000000000000fc6c3bd42580fd775018a31c65d48c65044cb6fca34d 3,190 1.00/1.00 vMB 28
831,254 831,254 00000000000000000002ff9793d9c30b83c05660d3e33ec2417850a460dcd88b 2,334 1.00/1.00 vMB 19
831,253 831,253 00000000000000000002ca8017a49c6211bef9be98e3f82fb17109bf9565bf90 3,409 1.00/1.00 vMB 22
831,252 831,252 00000000000000000001d0a7fb0caba42a4243d4c2f52424a9c18d01a0265e89 2,353 1.00/1.00 vMB 15
831,251 831,251 000000000000000000011d451873abac8bb49b18ae31ef6e875ee2c8adafe6c5 1,515 1.00/1.00 vMB 20
831,250 831,250 00000000000000000000aec504cc038872a25d031eb9af22c0a95039e835e3fd 2,841 1.00/1.00 vMB 29
831,249 831,249 00000000000000000002d4c2c84f2ea6b4478ff486479cff4bbfdcc03e0de5fe 3,067 1.00/1.00 vMB 30
831,248 831,248 00000000000000000001f78b31a9664fb70b165e4c6a51307527ae0449ab7ebc 2,864 1.00/1.00 vMB 27
831,247 831,247 000000000000000000033a175cc3e933ae120fafa03981ea81c69d42ce733828 3,111 1.00/1.00 vMB 20
831,246 831,246 00000000000000000002946973960d53538a7d93333ff7d4653a37a577ba4b58 2,606 1.00/1.00 vMB 18
831,245 831,245 000000000000000000025249020a51a40856dba7128fe78391fe71b750d2853e 3,000 1.00/1.00 vMB 21
831,244 831,244 000000000000000000019a0d01d5d409676af01bec8df414029053fbe7fe989d 3,299 1.00/1.00 vMB 33
831,243 831,243 00000000000000000002489b352c4edb1cdb0d4fb0cfd27b4c89f004d4c9c435 2,919 1.00/1.00 vMB 19
831,242 831,242 00000000000000000002ae82cae4852e854d21dea8df69192ebb467478e0542e 2,240 1.00/1.00 vMB 20
831,241 831,241 00000000000000000001954bb7772fea751651b716e1c05d5a6cc4d7ba653124 3,239 1.00/1.00 vMB 21
831,240 831,240 000000000000000000020fd6231e72af1cddffb1b2685d00e9ced91c724fd4d5 2,761 1.00/1.00 vMB 32
831,239 831,239 00000000000000000001f603a192a491f43d9adcaf092fac79fd79c0f4d7f772 1,713 1.00/1.00 vMB 13
831,238 831,238 0000000000000000000343c80b894b1beb9138fdb6b27e39433e157499ad3cd8 2,863 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.77 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.