Loading Tool

Explorer IconExplorer

Memory Pool

46,082 transactions
27.57 vMB
0.08402364 BTC
Random Selection Loading Transactions
Max Size: 145.24/200 MB

Candidate Block

Mining Attempt 34bf4f5088f9db49db7bc8f3786dbf6fc7f86b564c14c30182f08fbe0f25bd5a
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 698623474716b99afe7febae0acc8838a69bf70ce07d1a2aa71c5f755b8f30ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.02965118 BTC
Feerates: 265.25 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (370,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,851 544,851 00000000000000000007e8a1a1db55b60e18e81fc3fdcd8a6a79deae88ffbbdb 258 0.10/1.00 vMB 18
544,850 544,850 0000000000000000001f9501f0511c947a4f5e0fdbe03b9e810ad8450006affe 1,727 0.69/1.00 vMB 14
544,849 544,849 0000000000000000001714874b6c0f04be1aafe64cbad779a116648e5fdb1752 50 0.03/1.00 vMB 9
544,848 544,848 0000000000000000001207907e4b38a8997c689f2c1d0c44ddf1fd771408c3ff 2,056 0.85/1.00 vMB 13
544,847 544,847 00000000000000000019ec7572c92c8dc24f1887b93859c5f234cc4698bb31ef 67 0.03/1.00 vMB 19
544,846 544,846 000000000000000000101a90979497fa19b17d423620448e0d6bbb826842b20a 1,101 0.53/1.00 vMB 11
544,845 544,845 00000000000000000008711f1138e25510f18b11e110b65b421220f4a5464f1d 312 0.19/1.00 vMB 7
544,844 544,844 0000000000000000000985505ea77ae568cd7c8f6bc5c7b76181ed0db193f313 2,521 0.99/1.00 vMB 16
544,843 544,843 00000000000000000009e42a37f354a9798edb43a3b07d893464360e8d370391 1,369 0.68/1.00 vMB 13
544,842 544,842 0000000000000000000837893f1fbac26c522e5b1e3198f6c2e09d392b9a9fd5 1,620 0.80/1.00 vMB 15
544,841 544,841 0000000000000000002153f43f29457a1d8d0b27d2ddc411efa1ace7397f2cc3 90 0.04/1.00 vMB 12
544,840 544,840 0000000000000000000c9460d8950b4b2072038dce65ed0f1b7700e647727f55 277 0.30/1.00 vMB 2
544,839 544,839 00000000000000000014a26b5ac24de1f8f61c6929ce88e65c0fb2acb978f61b 2,376 1.00/1.00 vMB 22
544,838 544,838 0000000000000000000d192e5a4a3b9a4b0cb2e276d159391a53b3c9e6f4e0c4 438 0.21/1.00 vMB 12
544,837 544,837 0000000000000000000bacba8a879d2dbb92918a64d896ad64c0dd86faa10405 1,493 0.90/1.00 vMB 13
544,836 544,836 0000000000000000000dad14280559f8231c2fa4880572f8ec13ebaffce7c3f1 2,640 1.00/1.00 vMB 18
544,835 544,835 0000000000000000002251043b2eb3d433af196568c1b263b84284f435d223c3 2,350 1.00/1.00 vMB 9
544,834 544,834 0000000000000000000614d490f2500161e3cc37104318889f4fe56832f94121 2,207 1.00/1.00 vMB 16
544,833 544,833 000000000000000000034ff6f199161f3f59d6a4ad4e46fdb243d4a0836cd3e3 1,881 1.00/1.00 vMB 16
544,832 544,832 0000000000000000002470616b65eaf30057de1672c0ccedafd445582f10728b 2,087 1.00/1.00 vMB 16
544,831 544,831 0000000000000000001c312cd95974293c35401103ff2499c0ea3d577efcbd76 230 0.08/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.02 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.