Loading Tool

Explorer IconExplorer

Memory Pool

47,204 transactions
29.56 vMB
0.15404574 BTC
Random Selection Loading Transactions
Max Size: 156.57/200 MB

Candidate Block

Mining Attempt b173346dfda19bd2f0a18e10a7787d92d387cb801ce56f7e089ef5561d0dbdc6
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 21cc5fa2d8bdd74791df6108117c6f6f4f83b99d2030572a2a93a3215bba8790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,717
Size: 1.00 vMB
Total Fees: 0.08650014 BTC
Feerates: 15,654.48 > 8.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (439,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,391 475,391 00000000000000000093db5131fc87875c5af44c4124608eef064e5083ff3ee3 819 1.00/1.00 vMB 52
475,390 475,390 000000000000000000b0653ecc6d4b99626e1055040fcf07ccb5bbfefb97112f 107 0.04/1.00 vMB 169
475,389 475,389 000000000000000000cc36e82ed8dc13cd0dddd5bd60b498c88f69795dfcb278 1,306 1.00/1.00 vMB 74
475,388 475,388 000000000000000000aa232370474faeecb0c8d7a81d530c846921553605e868 1,642 0.74/1.00 vMB 157
475,387 475,387 000000000000000000f7c572c7e3c757abe430195f5ec7dea9d5fe3c510e273a 1,408 1.00/1.00 vMB 137
475,386 475,386 0000000000000000008e770dc392ecbf028c461050b6bc8edc99fd01162925cb 1,545 1.00/1.00 vMB 48
475,385 475,385 0000000000000000002ef0bcbe3031d5e4ae47587ca75cd546e7d3f42fd27de9 2,390 1.00/1.00 vMB 192
475,384 475,384 0000000000000000001b09d37863f7ef495408e590d7444f8a6958d7e4d0d1c7 2,172 1.00/1.00 vMB 201
475,383 475,383 000000000000000001780c4e09c79b191066100f36f7edd82abf7daf7856d928 1,857 1.00/1.00 vMB 29
475,382 475,382 0000000000000000007ce105cc6d711435388e078af2b60a2dc2bea6aaee84d8 2,213 1.00/1.00 vMB 81
475,381 475,381 000000000000000000c34bdc9531b1249d9793805dd0b21d5701a28881b05b24 2,314 1.00/1.00 vMB 229
475,380 475,380 0000000000000000011a3bc37f0ca677657dd00d6d00debbaa1a225028ca8d30 1,514 0.99/1.00 vMB 299
475,379 475,379 0000000000000000013d4ef5a750650211fa4c812ef7ad80ef71bb6ac92c61aa 1,845 1.00/1.00 vMB 144
475,378 475,378 0000000000000000009987e2afab79ca42e547cfbd980c67d448197f826a7d75 1,739 1.00/1.00 vMB 308
475,377 475,377 000000000000000000ad45e704f00b96c49eca91da65a82f188582d4177d8dcf 1,171 0.99/1.00 vMB 84
475,376 475,376 00000000000000000005343c30f6f76418684aac0b81301f656f72fcea7ab3f8 1,166 1.00/1.00 vMB 50
475,375 475,375 0000000000000000009a0cec99c9aad08a274e01d8928a99092d3db2cb9e0d83 2,309 1.00/1.00 vMB 148
475,374 475,374 000000000000000000cedfc2925c0d69109cf92e757db8a28b0cce3cb6ab383d 2,251 1.00/1.00 vMB 114
475,373 475,373 0000000000000000010ba6f35a82d6be7e17ade56488b83e1ca045c7959c1448 1,866 1.00/1.00 vMB 71
475,372 475,372 000000000000000000b670940420cff8a12059d7965cb8e8aae62898f71f657c 2,013 1.00/1.00 vMB 200
475,371 475,371 0000000000000000010e3117695c04d66d31cfa8489b70579dcc2f12c5a2daae 2,444 1.00/1.00 vMB 305
Previous 10 blocks ↓
Total Size: 782.04 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: 650.77 GB
    • Received: 13.32 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.