Loading Tool

Explorer IconExplorer

Memory Pool

45,873 transactions
28.74 vMB
0.13860468 BTC
Random Selection Loading Transactions
Max Size: 152.09/200 MB

Candidate Block

Mining Attempt 86d6477444feb73c138372254ed59b6b12f3f2f6700ce6e74ec61f71e176251e
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 428f8eacd9d5cd410b688ed4b60784cde3c5fabbddfd0ece9d62c07553556cf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,548
Size: 1.00 vMB
Total Fees: 0.07818085 BTC
Feerates: 15,654.48 > 7.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (249,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,070 665,070 00000000000000000003bde3395b5aa1aca29603a149ef91b51df70fceba7b7c 2,343 1.00/1.00 vMB 43
665,069 665,069 000000000000000000084e7c7e7057b940adff3cb245ee28a619f951fe3bbddd 2,228 1.00/1.00 vMB 93
665,068 665,068 0000000000000000000a7a5fa104f89c8878e83fc8b9b1730587853e5223ed09 2,507 1.00/1.00 vMB 102
665,067 665,067 0000000000000000000be95af183814f3931c4a26e63887472f10c98b353f1f2 2,558 1.00/1.00 vMB 26
665,066 665,066 000000000000000000098f82f24aecb0c83a7f4eb7be52b3b429b39a8d35b59b 2,409 1.00/1.00 vMB 99
665,065 665,065 00000000000000000004e00ef20b149d2cc068e109a35804372f45cb523a72fb 1,572 1.00/1.00 vMB 36
665,064 665,064 00000000000000000004672ed86aa30c2ce0f50c43d98dcada5004e6f2acb7f6 1,604 1.00/1.00 vMB 37
665,063 665,063 0000000000000000000d5370497e04c3a1415ae919dfb8b0b7cb9bcf6faceac8 2,858 1.00/1.00 vMB 76
665,062 665,062 0000000000000000000bb85e4926acb76b284209a246473f295095fc19e9f8d0 1,327 1.00/1.00 vMB 86
665,061 665,061 000000000000000000010d009e18f51e6c911df8d741350406b4f5337073a85a 2,082 1.00/1.00 vMB 94
665,060 665,060 00000000000000000006f711732bf24d9891dd994c42c9fe21d50ce371849d5a 3,184 1.00/1.00 vMB 119
665,059 665,059 000000000000000000097b1066a470d81032b685ec269dbe3a6eadf207339060 2,320 1.00/1.00 vMB 77
665,058 665,058 0000000000000000000acd0b78a29bf5435484f09bac03159f021b54c7fffff7 2,472 1.00/1.00 vMB 55
665,057 665,057 00000000000000000005f7967a549012494bbe683931c75f1c34dca6b7224418 2,308 1.00/1.00 vMB 40
665,056 665,056 0000000000000000000b1d0f6394317558af1cabbb16694ec4825ebcdfa42923 2,818 1.00/1.00 vMB 69
665,055 665,055 0000000000000000000716d29e1cfd1966a0306d810156ba4e9a3720687ac7de 2,412 1.00/1.00 vMB 28
665,054 665,054 0000000000000000000c02a4b9b141a317079a8634104271390fa55a3a0209e7 1,873 1.00/1.00 vMB 46
665,053 665,053 00000000000000000001629a53fbf18839abaaab24875c1c041798148bd97a12 2,424 1.00/1.00 vMB 40
665,052 665,052 00000000000000000001f0f4c59794accf22a2f0d0b74b4149aefc5e1cd99f40 2,454 1.00/1.00 vMB 80
665,051 665,051 000000000000000000071342149013e455f74c914cb7cef990b3e996b5cdbb2a 1,839 1.00/1.00 vMB 51
665,050 665,050 000000000000000000010019e38536df5bb9a84dfd822302dc66fa764d8cc306 3,524 1.00/1.00 vMB 66
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: 11
  • Data Transfer:
    • Sent: 650.75 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.