Loading Tool

Explorer IconExplorer

Memory Pool

49,776 transactions
23.49 vMB
0.17952851 BTC
Random Selection Loading Transactions
Max Size: 131.71/200 MB

Candidate Block

Mining Attempt def60156ee472f96a36f320e5e170daaa61a5462db8ba649f4e3849c2d366c10
Version 20000000
Previous Block 0000000000000000000187815afe94b785578cc47d80c9276cd4af19b8916538
Merkle Root 7709f2c2fb15b3384b834cfcc1a3c1f06a32cd426ab8dd6bec50864b36eb643b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,117
Size: 1.00 vMB
Total Fees: 0.09230688 BTC
Feerates: 200.70 > 9.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,094 (791,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,853 122,853 0000000000004818e4de053d5fa5f4570f6c7fad4753e71c14fb134119b89bb2 31 0.02/1.00 vMB 392
122,852 122,852 0000000000006ee353d4d4e0c5e2666f6cbe9602fc51dcf6af80c2577349740e 1 0.00/1.00 vMB 0
122,851 122,851 000000000000376b4b722400bbf9088ea46af1cbf8cef501f9d4f12fc0fb0f1d 9 0.01/1.00 vMB 386
122,850 122,850 00000000000036bc787782e77d8e26733790aa1bd78e57517c9f2fdfecd50f49 22 0.01/1.00 vMB 1,078
122,849 122,849 000000000000134ae2cf825fd9bb5e6e3d8ac7e65128c38d0b5fe9d15168edb9 11 0.00/1.00 vMB 344
122,848 122,848 0000000000002d08c2eb6f0128250380217f9f6e9c13cb97c5db669f48865828 35 0.01/1.00 vMB 2,780
122,847 122,847 0000000000000f1c1f146936861aff258e743f133871bf3f378b979cbea3cb46 23 0.01/1.00 vMB 937
122,846 122,846 0000000000005219ad8cab7dd5fb593efc6f96cc848e8b8e65d1d06a4524416b 26 0.01/1.00 vMB 587
122,845 122,845 000000000000925d787e3a9fccf9b9c6275599ececc5f6349c36ebd1a9751f5f 13 0.00/1.00 vMB 946
122,844 122,844 0000000000005fb4dd8276ab873727aa663047214584839c8116af6749fab5fb 19 0.01/1.00 vMB 357
122,843 122,843 0000000000005294f16d69e3c1b706028883eb7e1dc7a27601c54adb3e051a87 4 0.01/1.00 vMB 1,158
122,842 122,842 00000000000097688dc8743f00f64729aa8cc520d6b544016fbdc8b4132cb0cd 5 0.00/1.00 vMB 0
122,841 122,841 0000000000003af1aa473236c4f49afa0672e037a7ca3b7334e278f1328072d2 15 0.01/1.00 vMB 1,631
122,840 122,840 00000000000060d2e4e1df629709573ddffbad7bbcdc81085981e23a589aede3 8 0.00/1.00 vMB 590
122,839 122,839 0000000000008bea3a8f817133e67778d933bac19ffb60369c25e99da4ca7215 42 0.01/1.00 vMB 405
122,838 122,838 000000000000437e1ddbf6e47d4430bd80adb36fead8134133b64ddb087f78f7 59 0.03/1.00 vMB 472
122,837 122,837 000000000000528eab30072bfd663a84e422a53ff5c74374e080555f05178254 1 0.00/1.00 vMB 0
122,836 122,836 0000000000001b13675a17d9aa6403845f47d3d14ab356775459752c17018833 4 0.00/1.00 vMB 4,054
122,835 122,835 000000000000161cce73f6e81045d34be95f9102065b29b9d1bfa8602136428d 11 0.00/1.00 vMB 1,019
122,834 122,834 00000000000046248f121860a4bd2e097d8b58ac5ec17ae2b7fdda3c24c1eb7d 15 0.01/1.00 vMB 1,167
122,833 122,833 0000000000002c0e36f0af3a633946c2189c1a391a69ae5535c2ae86490c91fc 8 0.00/1.00 vMB 355
Previous 10 blocks ↓
Total Size: 780.76 GB

Node Details:

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