Loading Tool

Explorer IconExplorer

Memory Pool

27,970 transactions
24.38 vMB
0.04724671 BTC
Random Selection Loading Transactions
Max Size: 120.33/200 MB

Candidate Block

Mining Attempt dbda68c4d8d5ef314f84ee607850ea852cbd1e566e48bbcdf146b4bd9de73762
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root b2eb478232c7706925c76c2ea9cbcd01813ff9a207e8415dbf144e643a9c1c5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.00413968 BTC
Feerates: 100.96 > 0.41 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (164,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,949 749,949 000000000000000000030595358a0fb46d7692714161bcc23da29921203b7539 3,479 1.00/1.00 vMB 19
749,948 749,948 00000000000000000001f4fb15391c856555a01fd66c45bfa87b5fd2258b4d1b 2,509 0.98/1.00 vMB 10
749,947 749,947 000000000000000000052677dc4f6883638a8e6d0daed6a77bbb700961f50fe5 2,210 0.87/1.00 vMB 11
749,946 749,946 0000000000000000000185f7dd0313262c65d366fc731cf349c20c58c9a44b81 96 0.04/1.00 vMB 13
749,945 749,945 0000000000000000000710bab4400c8e042745772010009042c4b899aa1fd40a 2,312 0.93/1.00 vMB 8
749,944 749,944 00000000000000000007e19b41cabb0a63f260d54af1e33407fe90c21e7052d5 2,862 1.00/1.00 vMB 9
749,943 749,943 00000000000000000004a6a65c5b7a8f59bc8d2f355d7dc619a0408f6abfcabe 1,519 0.86/1.00 vMB 7
749,942 749,942 0000000000000000000856ad4f89a73b0d7b7ff46dabea932db19f83dc767f8c 163 0.14/1.00 vMB 6
749,941 749,941 00000000000000000002b8c39be6c9dda05a927c9ba043af33c665a62dfe4a60 2,667 0.99/1.00 vMB 12
749,940 749,940 00000000000000000005c898dd2c05e282611f98b55725c87388b4003c2da702 239 0.09/1.00 vMB 9
749,939 749,939 000000000000000000030d4773d15b669d9989a2f1d717f35874b7e8be838750 1,499 0.95/1.00 vMB 7
749,938 749,938 00000000000000000003654413ab5955ae15a9d0f74ddc5dbd4b36f49950daf8 717 0.30/1.00 vMB 15
749,937 749,937 000000000000000000019a0b124d687bf7bd40abdf8aedfbf15b2a6e2638d874 484 0.35/1.00 vMB 5
749,936 749,936 00000000000000000008ed8ed1efabb6b5454c3baed8f7293b16f3b3b453fdfb 2,456 1.00/1.00 vMB 4
749,935 749,935 000000000000000000063660c077078e26f36fac832db3ea6969d43a7af50eb7 2,160 1.00/1.00 vMB 14
749,934 749,934 000000000000000000028031083f59948f79efc3f3e2f103f52487afbf348945 1,451 1.00/1.00 vMB 15
749,933 749,933 000000000000000000019709b1b9277795b553c0ecd0cecacbbe65bc52a4a238 2,633 1.00/1.00 vMB 11
749,932 749,932 000000000000000000082908c4e4e873ca4a6980f43a0429d8b54c0d96c6738e 1,758 1.00/1.00 vMB 3
749,931 749,931 00000000000000000003409815b5bf0cd3968e41883d5e1db00562f7e18de540 2,976 1.00/1.00 vMB 10
749,930 749,930 00000000000000000000f4ce408007d1535a35a6bc6b1d8c7611c3bde7e12440 3,320 1.00/1.00 vMB 23
749,929 749,929 0000000000000000000242e964cc4fcafeffa7aa364382917c0607c07a3a1cb0 1,215 0.48/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.86 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: 642.06 GB
    • Received: 12.53 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.