Loading Tool

Explorer IconExplorer

Memory Pool

76,241 transactions
28.42 vMB
0.06534864 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt 74e6421a9e7f6852d5422504ad6fe918a4bfe2fd51d363a20fc6444fb7655dfd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5ca8744c2f9c67b0e0383f2f91a9d858c0c93d47b684f5f2a99e8529ecb052c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.00643803 BTC
Feerates: 71.79 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (538,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,908 376,908 00000000000000000304fc6fd726b3d689974343360a3f3df0488a2be57997b3 1 0.00/1.00 vMB 0
376,907 376,907 0000000000000000110f6abb40c7ff0ee5161b147aa75be1b44e7d9bc1522f79 944 0.83/1.00 vMB 17
376,906 376,906 000000000000000010dbac466b6bac3caa4bdb014d2ada8a8d9f3c8181076eb6 1,953 0.93/1.00 vMB 42
376,905 376,905 000000000000000007448434d41db4272496c18a56365fc345bbdeac51d24b49 263 0.23/1.00 vMB 15
376,904 376,904 00000000000000000bb663b9331b2f769320f2d397192133e4a9edcbb7a6771a 1,064 0.65/1.00 vMB 22
376,903 376,903 0000000000000000059484100fa0f957316e0eca5cb6556a0ca32d929b55b0bc 1,867 1.00/1.00 vMB 51
376,902 376,902 0000000000000000104cb28a24943c26a179e608b980e97a946ee817a3113d5e 1 0.00/1.00 vMB 0
376,901 376,901 00000000000000000900b6bc02d1fb196b766b8c4bd40c01f76e983a76da16bd 1,099 0.68/1.00 vMB 29
376,900 376,900 00000000000000000fdf3f36e465dedf79c537a2724ad4b77fe34bd06e411ebd 1,362 0.90/1.00 vMB 28
376,899 376,899 00000000000000000c38ff371597e4993134d532d776d8f36bd3ee511d43da9a 2,003 0.75/1.00 vMB 54
376,898 376,898 00000000000000001117d95858f53c017df77e3a9105d3c77ec23655570ab5f1 987 0.44/1.00 vMB 44
376,897 376,897 00000000000000000592dbdf2dc69d09de1b08aa5bc84f0603597bf6e9af6dc0 228 0.10/1.00 vMB 39
376,896 376,896 00000000000000000a6329b8f64c9bf706569d9f350e713d8209131bdeedb75f 1,066 0.80/1.00 vMB 18
376,895 376,895 00000000000000000aebddca3f67c24c488afccf4d81098d6d473ebd344b4396 2,659 0.93/1.00 vMB 80
376,894 376,894 000000000000000010bf939fcce01f8f896d107febe519de2ebc75a4a29fef11 160 0.16/1.00 vMB 28
376,893 376,893 00000000000000000997ac1b7881ca95e62df9aff502bbc510e274329c9c7d95 1,431 0.83/1.00 vMB 30
376,892 376,892 0000000000000000113e82fbb356d2c01f669c28e7bb1c5527de0e0015bd5dbd 1 0.00/1.00 vMB 0
376,891 376,891 0000000000000000074b9b40756a132fab5dfb6756ce1347503aa12be6613bee 1,737 0.90/1.00 vMB 38
376,890 376,890 00000000000000000f18d3d4d6bb5750baa6286a481a0fe47e802d75d25fa5f5 992 0.82/1.00 vMB 20
376,889 376,889 00000000000000000c73fc753c16f187e0b9b7aca83fa0a3b047d255f5b1e3fd 683 0.36/1.00 vMB 32
376,888 376,888 00000000000000000103cb49331658d217871a4f67e21bfb1c2b48b09dbdb342 1,957 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.