Loading Tool

Explorer IconExplorer

Memory Pool

34,454 transactions
25.60 vMB
0.05718243 BTC
Random Selection Loading Transactions
Max Size: 129.91/200 MB

Candidate Block

Mining Attempt 58b274aa6b3729d2850ef9951919d133f5e13a868224d6d253c627636423584a
Version 20000000
Previous Block 00000000000000000002080e7528db223d32c3d8b0f23dd2551f9b2812c87816
Merkle Root b060828608d8a4fb7c9fe03d710b706dbc7069b6895ef0b781577527cc953f41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,893
Size: 1.00 vMB
Total Fees: 0.01061326 BTC
Feerates: 250.88 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,695 (439,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,842 474,842 000000000000000000bc1ddefccbf8505ef36dbb4fe3c91decc19bfbb166d2ab 2,456 1.00/1.00 vMB 322
474,841 474,841 00000000000000000078363f96d185ec4a65cb302ca9bc88169369be3fc24b45 2,249 1.00/1.00 vMB 241
474,840 474,840 0000000000000000015bbf41b2ea67487c91ec587f27d5ac4415dff66b0e2d42 647 1.00/1.00 vMB 321
474,839 474,839 0000000000000000003ae685ed60c801027023dfa77428cd85cd6f77606465d8 2,390 1.00/1.00 vMB 249
474,838 474,838 0000000000000000014df604ba15340593cb18f438e22cf6051ec57a6dc8428a 1,268 1.00/1.00 vMB 65
474,837 474,837 00000000000000000159cf2b3f2a5eb7aebb3c69e230c0fdd5bec89df187e8f1 1,893 1.00/1.00 vMB 63
474,836 474,836 000000000000000000e73cd306810f95f4f5450809e5fe53c8473828a5ad7dfc 1,288 0.93/1.00 vMB 322
474,835 474,835 000000000000000000c7c4cbff424c6ce8b2c99434a9cb59ee4bc1c33ba4b282 1,721 0.66/1.00 vMB 279
474,834 474,834 000000000000000001465d150d28461e8a6f17a68eb734eedc165445bc6ba72f 2,418 1.00/1.00 vMB 189
474,833 474,833 0000000000000000014417834af384938bd1f870c0bf34bdaaadd24bed17731b 1,517 1.00/1.00 vMB 210
474,832 474,832 0000000000000000001898ef4713912a2ffcb18f7da0634fce2ec3a3d2c599e5 1,340 1.00/1.00 vMB 103
474,831 474,831 000000000000000000b4f864c2fbf6428a83e866f7a256e26f5b36f73c0cda17 629 1.00/1.00 vMB 27
474,830 474,830 0000000000000000016cfbc4c88391acac84208da896e69128f6f523b71ac8e6 1,436 0.82/1.00 vMB 68
474,829 474,829 000000000000000000f7b6a9280f1d17bf3b07959273b7ef3e9c954cfdbb8570 2,083 1.00/1.00 vMB 141
474,828 474,828 000000000000000000b0cd75ee8b8fab3f96c0935fd702ae73ea8d251bd0b1a5 2,298 1.00/1.00 vMB 230
474,827 474,827 0000000000000000001ac8596c0ca9dc45c944f7dcf1ff70266f22ba075708a4 1,839 1.00/1.00 vMB 31
474,826 474,826 0000000000000000001f621cb4fc468925813d2da9c700b5ca383c2c11aebbcd 1,939 1.00/1.00 vMB 190
474,825 474,825 000000000000000000235a90f9ce0527d17c017b9087a59656bfe6996c30f488 2,351 1.00/1.00 vMB 106
474,824 474,824 0000000000000000004e632bcbac3a6b062684240fee963428630ae50f566d09 1,804 1.00/1.00 vMB 322
474,823 474,823 0000000000000000010928858578668653a96a6c65f1018b1693b26ee8252d85 1,332 1.00/1.00 vMB 310
474,822 474,822 0000000000000000006e125a011e6bfad5c3a0cdc9e3d7b075f380e84966554b 1,691 0.86/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.85 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: 638.55 GB
    • Received: 12.48 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.