Loading Tool

Explorer IconExplorer

Memory Pool

75,467 transactions
29.94 vMB
0.11188502 BTC
Random Selection Loading Transactions
Max Size: 173.87/200 MB

Candidate Block

Mining Attempt fa93a23d698dd2a5fd099e054460f27131ca2a20a6e0388970d4f9af6a028981
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root 02cf3d12926ee7a29ff7a85b43e82e016cd51862c8f0b359da9790743a0da2b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,044
Size: 1.00 vMB
Total Fees: 0.03950571 BTC
Feerates: 101.64 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (193,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
721,848 721,848 00000000000000000005cdc9b2b24a31bc514daf007488e43f1793faea34c015 2,922 1.00/1.00 vMB 10
721,847 721,847 00000000000000000003b115e7c3ba815d9afd951c69ccae2f42ec6572db6cb8 3,325 1.00/1.00 vMB 11
721,846 721,846 000000000000000000009ccf5d47a3590aa4b65f8846c98cdf4daeac860f5731 2,781 1.00/1.00 vMB 12
721,845 721,845 000000000000000000030eaa0d904956294e5a1009f51d4e4b0d0da814c6774c 2,540 1.00/1.00 vMB 13
721,844 721,844 000000000000000000047a14870c5c43b3e1a018dd1aa2f03d3cfb3164ab269e 1,815 1.00/1.00 vMB 19
721,843 721,843 000000000000000000043f4a797de74f3e837b60d66f09ddebe3f5acccb17bac 665 1.00/1.00 vMB 14
721,842 721,842 000000000000000000091c03672d7a46a8ee2b0f7bbe59ef5662e563dd69eada 2,042 1.00/1.00 vMB 18
721,841 721,841 00000000000000000008f21576248ccc8d5c856c6e66696c1e33c5adfcdc8342 2,076 1.00/1.00 vMB 12
721,840 721,840 00000000000000000006ae441fc4202e18881fd485fe4e6e3deb8237711b5c9d 3,892 1.00/1.00 vMB 10
721,839 721,839 00000000000000000003cf220e70fd924a6c09c4a12896a61c0550215393787e 3,972 1.00/1.00 vMB 15
721,838 721,838 000000000000000000008d824ede4ade9b27fb6c44790596d4578385545cce88 1,395 1.00/1.00 vMB 13
721,837 721,837 00000000000000000002ac428c19f51ebc6185989dd406b96d19d08237e22160 2,443 1.00/1.00 vMB 16
721,836 721,836 000000000000000000049dd2cde393cf83c0fc9297b145442eb99cf0252b707c 1,701 1.00/1.00 vMB 19
721,835 721,835 00000000000000000001b205d76cad4d5cb45d94403bae5b08d19dac776e582c 4,193 1.00/1.00 vMB 9
721,834 721,834 000000000000000000066edeac0b887b037bb02c9d9ebea26e2d0245801d247d 2,425 1.00/1.00 vMB 13
721,833 721,833 00000000000000000003be5678f15948cf73c27528195cf81e63471d621a70e4 1,624 1.00/1.00 vMB 12
721,832 721,832 00000000000000000006f399bd96ecca2f50c5fc2f99b1da600f25492185cb6e 630 1.00/1.00 vMB 11
721,831 721,831 00000000000000000004313714e32ef22d56f66ba1f7dd31a8742cefe0e5bb8a 1,694 1.00/1.00 vMB 11
721,830 721,830 00000000000000000005e02e1aaa305d7c9ceb820f1f259adc774770675f8ed5 2,508 1.00/1.00 vMB 20
721,829 721,829 00000000000000000005f845353b7f8c394ecf90d3ab0c49c5516683dced00e4 2,241 1.00/1.00 vMB 23
721,828 721,828 000000000000000000037299fd3ddcdcf9c9ac4f7fe311855b7e140114d20d31 2,116 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.