Loading Tool

Explorer IconExplorer

Memory Pool

82,643 transactions
31.74 vMB
0.11562551 BTC
Random Selection Loading Transactions
Max Size: 190.77/200 MB

Candidate Block

Mining Attempt c330896da62c5f06d33d304818f0368937efa8738eef0b37695e348ea66008d2
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 81fe6b4bc317bbcfcaf0c76cfc39f2473684a87b4a7909e8fa0f56bd27a1c46f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,483
Size: 1.00 vMB
Total Fees: 0.03047812 BTC
Feerates: 318.30 > 3.05 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (132,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,141 783,141 0000000000000000000344ae2ab224e8fc5cd99809127921966bd0d830a55c27 1,907 1.00/1.00 vMB 36
783,140 783,140 000000000000000000055526f229a01e6335bef065cd71d0b2921ba89de7b9ce 2,298 1.00/1.00 vMB 19
783,139 783,139 000000000000000000023db2d7eaf6407eaa55d9654511b2f4abcd95daa0d278 1,015 1.00/1.00 vMB 9
783,138 783,138 00000000000000000002ce19128385a7aa53a1aecca8b4ade14691bed439729d 1,443 1.00/1.00 vMB 20
783,137 783,137 00000000000000000003b52b5b3ed0b80c814894bc936c2f103997d6f2f6736e 2,133 1.00/1.00 vMB 25
783,136 783,136 000000000000000000017c2ebd17462d4d6e8d92342af021510acd0d5e81ef7b 1,531 1.00/1.00 vMB 10
783,135 783,135 00000000000000000005ca1516b481ee080358398a7534d5bcd9351969d95f77 1,237 1.00/1.00 vMB 11
783,134 783,134 00000000000000000005e35df04e3417f6f5d233dda0ca1be07a3d785e96f16c 1,992 1.00/1.00 vMB 17
783,133 783,133 0000000000000000000308b0b9200ac95cd6b22e87a891d8aeb0c2e43bfec278 826 1.00/1.00 vMB 7
783,132 783,132 00000000000000000003c5d157a343ec4d9b0a623adb9af8eabc865764808896 195 1.00/1.00 vMB 4
783,131 783,131 00000000000000000004df8586e9b7194712258dd39cb1f2fbcccd7a66d22344 198 1.00/1.00 vMB 4
783,130 783,130 000000000000000000025dd4c7a048a1b744f7318225194211f5104062427722 1,067 1.00/1.00 vMB 7
783,129 783,129 0000000000000000000168b036b069c5b23bfae8ef85daa45832adfab3b61e66 2,549 1.00/1.00 vMB 21
783,128 783,128 000000000000000000058e5930b0004dfd6b9f6e9447fda833547ed61f678096 3,251 1.00/1.00 vMB 11
783,127 783,127 000000000000000000025e517541519090adc316541d2a675185f74bdd0a0978 1,029 1.00/1.00 vMB 10
783,126 783,126 0000000000000000000518f3e6a9fb7526b8633c42b94b14db4be707964a7d1d 1,962 1.00/1.00 vMB 23
783,125 783,125 00000000000000000000b8ba614d175fe8869d62ca20bed5998b3f2cb03eb4b9 3,225 1.00/1.00 vMB 13
783,124 783,124 0000000000000000000565cabe4a0cd17d5f378ae30c0247e7dbd95174c8c3ab 1,639 1.00/1.00 vMB 14
783,123 783,123 00000000000000000001bf005d317085d970d9f36e5edef0fd930940d72c57a7 2,438 1.00/1.00 vMB 23
783,122 783,122 00000000000000000001015f7b805e001dc88d8b55908e8e41792939a5c009e8 2,891 1.00/1.00 vMB 29
783,121 783,121 000000000000000000057136a11a19a27f58947236c86e4a9653f8624e6f50a0 2,244 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.00 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: 718.80 GB
    • Received: 17.95 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.