Loading Tool

Explorer IconExplorer

Memory Pool

79,659 transactions
29.99 vMB
0.08612048 BTC
Random Selection Loading Transactions
Max Size: 180.70/200 MB

Candidate Block

Mining Attempt 5dffb3730a80f7ee1abfc38729151080ebda72cdb0ee4d95f4202c3b6f4cda8a
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 8fe6662d3e4aa1d5fa87d94469bc4046b6718537367ad630cce5f6b9fac8f497
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,004
Size: 1.00 vMB
Total Fees: 0.01661278 BTC
Feerates: 40.21 > 1.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (423,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,717 491,717 000000000000000000d56abcbb4c02e7945c966185bff86f0ee51a93652808e8 2,703 1.00/1.00 vMB 23
491,716 491,716 000000000000000000e2085ba0999c697acfa332bf98da2f79678dfea5ae2892 2,363 1.00/1.00 vMB 45
491,715 491,715 0000000000000000005dd51bfb750e8a2b5fa7d381f9121f3346c7a6e1023638 2,560 1.00/1.00 vMB 138
491,714 491,714 000000000000000000d5e67076afe77ec5480ba48b550f46489b2f2dc70a4e4b 2,934 1.00/1.00 vMB 151
491,713 491,713 00000000000000000048fddd20e468a0c9fab27c81ccade0cfd4c91e857c74e3 2,233 1.00/1.00 vMB 114
491,712 491,712 0000000000000000002f3652ccfc7a128f97baca9859c2d24343315f3393357e 2,777 1.00/1.00 vMB 150
491,711 491,711 000000000000000000862a5544946f366935a1358a8f11f2484337b0de3d903b 830 1.00/1.00 vMB 22
491,710 491,710 000000000000000000527b10858310034bcece8d6f569e82775e92f3f33b72bc 1,952 1.00/1.00 vMB 32
491,709 491,709 0000000000000000004ea690cf058304281c20b7184a54b69f17915defee7a46 1,812 1.00/1.00 vMB 146
491,708 491,708 000000000000000000bd9c981e8e4f95b9e07909c251cfcce4d05358d9a7cbb0 837 1.00/1.00 vMB 28
491,707 491,707 0000000000000000005e496e6b8750b43258cc301cef349a95eb590bb19fa7ef 1,188 1.00/1.00 vMB 35
491,706 491,706 0000000000000000005a6137e1e4cfeeb9cc451c1abe46f6940f15a5be8b7401 1,915 1.00/1.00 vMB 24
491,705 491,705 0000000000000000005438122f21837a50ad5b343197d00aa6e8812c6ec6197b 2,535 0.95/1.00 vMB 134
491,704 491,704 000000000000000000e912cf6384b4ccf58c02f3500406c55d234a0dc5cc4e01 1,173 1.00/1.00 vMB 64
491,703 491,703 000000000000000000235b8a4ec7a7cc12c1c9133f2d345a0481d8f249a71602 605 1.00/1.00 vMB 31
491,702 491,702 0000000000000000003062cc3db9af46ee3a59bd76fea08398f3f04501d32a06 650 1.00/1.00 vMB 37
491,701 491,701 000000000000000000bebad9e57a7cbf5fa66152dce272bd280452521e8fadda 556 1.00/1.00 vMB 13
491,700 491,700 00000000000000000010fb42740aecdab971802e6b6559e348ed320da7273583 1,403 1.00/1.00 vMB 43
491,699 491,699 0000000000000000002663f41bf4db5ecb00d68b9305ac209983635a8fc34e57 1,672 0.97/1.00 vMB 101
491,698 491,698 0000000000000000000d68a881a42304e328abd4cf84ef1d0ab663044b2f4a63 2,210 1.00/1.00 vMB 94
491,697 491,697 000000000000000000c451ca46b1dc82252dd13d049271f9ce7b2918a6b7028c 1,112 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.64 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: 672.44 GB
    • Received: 16.24 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.