Loading Tool

Explorer IconExplorer

Memory Pool

87,578 transactions
32.44 vMB
0.14874359 BTC
Random Selection Loading Transactions
Max Size: 198.98/200 MB

Candidate Block

Mining Attempt 7fec31b4451c06e4a3c5a7e2b58cf8ca29d70ba299b5de37cbcb086ccf303113
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 37cda9bbe7338f7adb0e41d478776f3015359e16bce676cd4d3f7182825bf84e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 1.00 vMB
Total Fees: 0.06591307 BTC
Feerates: 502.65 > 6.60 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (161,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,407 753,407 000000000000000000005dd8b752ef67e402e084e27db0c852084edfd57ac4db 1,245 0.64/1.00 vMB 8
753,406 753,406 00000000000000000004b0d5b2c348dd80d044389fecce38f86cc687fd9ac5f1 939 0.51/1.00 vMB 9
753,405 753,405 000000000000000000082d1a708b5f192a39311e3bfca35bf1542856cf805a8e 16 0.00/1.00 vMB 14
753,404 753,404 0000000000000000000779d72b53b6beb5b49c97dc9df9d57a6bd6a03d2d9c41 274 0.10/1.00 vMB 12
753,403 753,403 00000000000000000005da2761b3906933241d2a3f83ae25adfec2a1cc52f29a 1,129 0.61/1.00 vMB 8
753,402 753,402 0000000000000000000274f8e263682ec844d1ae804e171a06b2bf0c1a57d0b6 1,362 1.00/1.00 vMB 15
753,401 753,401 00000000000000000001e914020f7fa29384a9397f8a9ad39b272dfb7396464d 628 0.25/1.00 vMB 10
753,400 753,400 0000000000000000000701264fdd04e76f0a0dc10dfbcee12fcfba05d7a613af 321 0.10/1.00 vMB 11
753,399 753,399 00000000000000000007610320dcd9095c00cd2f1555354e6c679ef221697fe8 677 0.33/1.00 vMB 7
753,398 753,398 00000000000000000006086d1babb105fca5f1617036d71ad74e91168bd581f6 3,256 1.00/1.00 vMB 15
753,397 753,397 00000000000000000000aad747a692997b4cceebed3d2a070bd9e2001495112f 54 0.12/1.00 vMB 1
753,396 753,396 000000000000000000000f376e0a84253755d78db060f2a077b6bdbf0cfc4df9 1,166 0.47/1.00 vMB 11
753,395 753,395 00000000000000000004a041e1d568e11b69791ea74f0ca1e694ff35bf2ff14c 671 0.50/1.00 vMB 5
753,394 753,394 0000000000000000000238fab87d5d9c5c6c5972891b8fc9e9a47549e4ef9fa5 2,289 1.00/1.00 vMB 11
753,393 753,393 00000000000000000001b2ba80e0d4737aa3a1a7b6a4ecb343a8ae31e40bdbac 2,634 1.00/1.00 vMB 9
753,392 753,392 00000000000000000002d8e3f3725d512c7b49a44f2af2cd1a45af0a976c7cd3 1,750 1.00/1.00 vMB 11
753,391 753,391 00000000000000000005eb963751532f444ecc289d72a1d1ef6ce32df937aa02 1,611 1.00/1.00 vMB 17
753,390 753,390 00000000000000000004fe10d7e6a6bc7b682b068bc134ab11d393a23d5dade8 791 0.36/1.00 vMB 9
753,389 753,389 000000000000000000037e039c62c792db4ebfe7aeedc16675f45c2a741a0439 887 0.32/1.00 vMB 11
753,388 753,388 00000000000000000006b89a24d690d04a2eb42168b628171b7e157d5f1631b4 794 0.45/1.00 vMB 9
753,387 753,387 00000000000000000002a0f64e00ef1bd1fd1127144288f8e08880d7e7057517 230 0.22/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.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: 709.15 GB
    • Received: 16.85 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.