Loading Tool

Explorer IconExplorer

Memory Pool

31,890 transactions
10.03 vMB
0.12282314 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.74/200 MB

Candidate Block

Mining Attempt 81363c4b1f1e5e86406565cc61ab1bacf69f4c6fe61afdf0c5c9a4f112f5f849
Version 20000000
Previous Block 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a
Merkle Root a4bd0d0b9e3e20847d3ec16916baa2c92117d69028c7ba57f49d94de50f829d6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.03838730 BTC
Median Feerate: 3.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,217 (773,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,859 139,859 00000000000006b276c7fc1b9e87249d043e18bb2d0a537e08c21484b1e6d0ba 50 0.01 vMB 7
139,858 139,858 0000000000000734f78f5aa9c8337ba5d250067fd7bd2a7a3d8b4ed149556135 24 0.01 vMB 178
139,857 139,857 00000000000007808395330a84531dc6cc6b1a68c2fc454a7f6d6afdd35a0f0f 98 0.03 vMB 138
139,856 139,856 000000000000072cc32bf33e79c72c9edca1e3d67e1f9434edfd3b848bfd4c54 101 0.05 vMB 161
139,855 139,855 00000000000006821e1ce53aac46a2b37c0c78f6e11e0cf281ef290bba1908ce 154 0.06 vMB 1,028
139,854 139,854 00000000000000fed317b158c071b951009d34dcf9c3f7a3555020d7e1d33bde 25 0.01 vMB 186
139,853 139,853 0000000000000054786d9fcf321f06d18c65ed1ac28185f4cb36aad1ffe3f327 125 0.05 vMB 159
139,852 139,852 00000000000003166b7eb8fdda1e1ef1a443eb0b102cec132abf1d83d187545f 29 0.02 vMB 401
139,851 139,851 0000000000000494a4e83d28a434c5a418466fe60e88fc153b4ccbddd6625a9c 109 0.04 vMB 105
139,850 139,850 00000000000007bdff8c0a790d60636ae3b2f148c1fe9569d0f50aec9ac605c5 66 0.05 vMB 175
139,849 139,849 00000000000000c8a74e30a140d255728db3d186740a57c80cd7cbe856e684e3 68 0.05 vMB 478
139,848 139,848 0000000000000038501bff79db124e941a8959c5efdb39c2d2041f3c4bd172b3 80 0.05 vMB 278
139,847 139,847 00000000000001c6de90647d5f03cd3070991ec93b5bda6c3d235a3dd79e3844 67 0.04 vMB 238
139,846 139,846 00000000000008245307c26b31ffc1546197e7755684dabcb33da2b1d9b80169 71 0.02 vMB 68
139,845 139,845 00000000000004549ccbc2ccd021b21f882835813420d3932b8f610a05983fbd 107 0.05 vMB 163
139,844 139,844 000000000000063bbe7898db05a9bd4d5f0cea5f021efad3f1bc468567a97e90 16 0.01 vMB 77
139,843 139,843 00000000000004251eea8b0108403e8218911230d859cc9b4080fa555ada3d18 9 0.00 vMB 91
139,842 139,842 00000000000007c76472ff181eb19d3ef7c3848022348360b4d7374ed2a62b30 10 0.01 vMB 263
139,841 139,841 00000000000001eb2d3226de648029daa519466508dbf59a0083c4267419cf4a 59 0.02 vMB 90
139,840 139,840 00000000000003fa5c7072a219321c5f5bf2c6772621581c77c2104252901f77 21 0.01 vMB 42
139,839 139,839 0000000000000245f1384b0ca35d7553219fe430c3c433161b4191b783aaa793 37 0.01 vMB 74
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.81 GB
    • Received: 0.45 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.