Loading Tool

Explorer IconExplorer

Memory Pool

77,261 transactions
29.07 vMB
0.08206971 BTC
Random Selection Loading Transactions
Max Size: 175.16/200 MB

Candidate Block

Mining Attempt 3d5896fe308748dceedce3e8c9808fb7309c8dcf47d08f36ba3a5584d6d4876f
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 0e67bae620739a6b47c96aa855810b5710f6336e3cd443d9475970229aacec6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,760
Size: 1.00 vMB
Total Fees: 0.02137891 BTC
Feerates: 261.10 > 2.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (497,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,598 417,598 00000000000000000276abc02f1eb879b3951a4ce151b9cb327140d0991a149b 1,133 1.00/1.00 vMB 38
417,597 417,597 000000000000000004ef9a31937e8c218ec614364a2849e2650687a9f0d78831 1,667 1.00/1.00 vMB 50
417,596 417,596 00000000000000000510a804e9392335e35e6f0e70134d239fd12e2560547266 770 1.00/1.00 vMB 29
417,595 417,595 000000000000000000793d54a7cd5e9edb8141d1f9e95ab98d3980f1647a4559 1,454 0.93/1.00 vMB 42
417,594 417,594 00000000000000000217e5238b5f735006c968fe7fae382275e25934de106e30 1,447 1.00/1.00 vMB 43
417,593 417,593 0000000000000000014f370ad9920b78820e7d29bd2ab2aadcbf5321bd66d639 15 0.00/1.00 vMB 212
417,592 417,592 000000000000000003c2ba98249793ed9b4bb90d287892b9a550fecb5866063c 1,593 1.00/1.00 vMB 54
417,591 417,591 0000000000000000034791716d9b7163f0e47b564079dd823c9c9c84acefa987 2,505 1.00/1.00 vMB 99
417,590 417,590 000000000000000001ac4d278c8bff1a3f911ed28642557a95b3a3ca3321bc50 2,036 1.00/1.00 vMB 38
417,589 417,589 00000000000000000235e7e406acdd4135191d99ead7762ba2d01f8433d2c7d2 1,437 1.00/1.00 vMB 62
417,588 417,588 000000000000000002b13fc15ad2b5b785d243937c6e2c13462ea0cdd36295f8 1,705 1.00/1.00 vMB 36
417,587 417,587 000000000000000001875f836c6608198d8dcb5becf5c3d813c24ec5bcee9ce6 762 0.40/1.00 vMB 59
417,586 417,586 0000000000000000017c14be8f931496823cea309a40ceeca50c46b6b91a8c48 1,853 1.00/1.00 vMB 52
417,585 417,585 000000000000000000813fc9779927e1f9bccca4101d05503f181ccfe0f98b5c 1,365 1.00/1.00 vMB 33
417,584 417,584 0000000000000000046dff05e5416bcc3b1defd4577f3c58d22ac5a9132ac1fe 1,460 1.00/1.00 vMB 69
417,583 417,583 000000000000000002a7f02bfd8a7e05d13ee619a5d032023f18d7418316015a 1,490 0.93/1.00 vMB 44
417,582 417,582 000000000000000002a99932a2c904256d72e477ad6beee4e064983b2113c9fe 1,794 1.00/1.00 vMB 73
417,581 417,581 000000000000000002204a97337cdd94ea07ea49b912dc68799a62174fcde63c 2,095 1.00/1.00 vMB 57
417,580 417,580 000000000000000000b81124d3faedc7a665fa3780d1bd64b8d41a4012cf9305 2,150 1.00/1.00 vMB 100
417,579 417,579 000000000000000002562242ada634753640ffbbc99869ba842f184033736e4d 2,413 1.00/1.00 vMB 80
417,578 417,578 000000000000000003e303c26aa6bda402d4f2343cfb13b6fc95b8a069799f2e 1,523 0.93/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.68 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: 685.19 GB
    • Received: 16.48 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.