Loading Tool

Explorer IconExplorer

Memory Pool

78,982 transactions
29.49 vMB
0.07168032 BTC
Random Selection Loading Transactions
Max Size: 181.03/200 MB

Candidate Block

Mining Attempt 7c9eb1bee00b87b97734f509faaa3e557de3d03f27b310606847ef10709a77ed
Version 20000000
Previous Block 00000000000000000000b8512a4a412ea21c7db33beda8db53df37174c1d8456
Merkle Root 929eb4bea6e99ddde6ad3a1bf02679b90e2c5ecb77b3b40707bbfb519d6db4d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.00685020 BTC
Feerates: 151.16 > 0.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,235 (616,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
298,919 298,919 000000000000000026f790d4b91839782200900edf4969b500d20bc9eee3014b 512 0.17/1.00 vMB 65
298,918 298,918 000000000000000023b5942be3abfc21518136e5566870505b72996531124460 223 0.13/1.00 vMB 21
298,917 298,917 0000000000000000614d897ea9dc618c2ee3eb08a5cdad02064307ba71fe28c3 256 0.12/1.00 vMB 51
298,916 298,916 0000000000000000729a5990e1e4a31d157ebe3e30efafee512170d5aa1972b3 13 0.00/1.00 vMB 37
298,915 298,915 000000000000000022afb86ac16d80487af4c79ff1856e26480f393b3b12db01 547 0.26/1.00 vMB 77
298,914 298,914 00000000000000003c74c33856d47e8cdcd932d56302af4b785202209c83eae8 221 0.14/1.00 vMB 31
298,913 298,913 00000000000000001ebf9528d005d5727af22de4fe103715cc1c222a5731213e 639 0.31/1.00 vMB 38
298,912 298,912 000000000000000082e05e893acdd5f1b18cdf2e5f143a2b020e0e51e99cb02a 787 0.36/1.00 vMB 43
298,911 298,911 0000000000000000372e3c13216f66bacd91ec3ceb36bd5dc042cc1df593e91b 265 0.23/1.00 vMB 17
298,910 298,910 00000000000000000c1b3eec436c3579ecf9be01e86b6303de960649fa6ca07f 512 0.23/1.00 vMB 44
298,909 298,909 00000000000000001b3002df78eb2362ddc2988113af9cccd6e7103922836254 261 0.13/1.00 vMB 31
298,908 298,908 000000000000000068dd47009f3f712964c2d39f64635a35751d902a87cc9dab 1,043 0.55/1.00 vMB 28
298,907 298,907 0000000000000000557a3961bf34e3f162851aeb000d7fa6f9833eaa38013644 64 0.02/1.00 vMB 45
298,906 298,906 00000000000000003abc92f409735c86a319e8a6626f712164d7bcb6d20318c6 512 0.19/1.00 vMB 63
298,905 298,905 00000000000000003b22a916695ea0cda213387101e1dc1d248beef9592bb091 596 0.29/1.00 vMB 44
298,904 298,904 000000000000000004225c790dd5b4c448fba4ef5a147807ceae171ffe379bc6 64 0.02/1.00 vMB 44
298,903 298,903 000000000000000084d6724a496866838b40323b8f994eb823872d06ac7e0d5a 452 0.30/1.00 vMB 26
298,902 298,902 00000000000000002037a1a8c99193317951321c213a4edbf83577d3c82c4bc3 372 0.19/1.00 vMB 41
298,901 298,901 00000000000000004d091d124c94605699ec78aa55785b60627f36f14d83937f 268 0.14/1.00 vMB 40
298,900 298,900 000000000000000086a120963b2962120bb7d0e8550a0bb854397c2c01ffe374 131 0.11/1.00 vMB 36
298,899 298,899 00000000000000003d2590e6ba798b777b804b8af6c02a66dedbcf2816850fe4 341 0.20/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.80 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: 709.96 GB
    • Received: 17.01 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.