Loading Tool

Explorer IconExplorer

Memory Pool

80,016 transactions
30.14 vMB
0.07986682 BTC
Random Selection Loading Transactions
Max Size: 184.34/200 MB

Candidate Block

Mining Attempt 8de36169a8fec422a7d3b488eeb2a4ff829a716b1c88ec0a4b1e3a549ce24704
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root 3a1bb4069cdd9d46c50025220e4ab78f072a0a9927aec94308f41df19c098e12
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.01280241 BTC
Feerates: 104.17 > 1.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (24,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
890,649 890,649 00000000000000000002145fbbfa31e832da8a0039b31dde447550040032b941 2,357 1.00/1.00 vMB 3
890,648 890,648 00000000000000000001f9896e6aa9a0c9055993ab2d2c98aa58f89e5395e42a 3,826 1.00/1.00 vMB 4
890,647 890,647 00000000000000000000187db1b5facadb9135e425a6c7e906ae465b71ff3ce3 3,819 1.00/1.00 vMB 3
890,646 890,646 00000000000000000001a547738e1bb122e725edd382a9df3b4478c8b388316f 4,417 1.00/1.00 vMB 3
890,645 890,645 00000000000000000001cbeed7e2e0d0ff89c86ba466ec985921676302d8dbc9 3,873 1.00/1.00 vMB 5
890,644 890,644 0000000000000000000261f6f888faa94f9ad0956641a04d5da50edec99d585b 2,603 1.00/1.00 vMB 7
890,643 890,643 00000000000000000000cd7c7be5b82a60802cb4c17b2cfd464c58fe81640948 3,171 1.00/1.00 vMB 3
890,642 890,642 00000000000000000001442c659f856f5b92b09f872333788711ad62b0f274fd 2,264 1.00/1.00 vMB 3
890,641 890,641 00000000000000000000f514bf5fe2e9e8b8b14fd84c0a62e5a2073e8647cff6 3,331 1.00/1.00 vMB 4
890,640 890,640 000000000000000000018dbae134e31e1c052140268a1f80794d063a55879b65 2,888 1.00/1.00 vMB 3
890,639 890,639 00000000000000000001061c8069cd7b85f966f80d0b375c4f0c31e7827ff119 2,592 1.00/1.00 vMB 3
890,638 890,638 0000000000000000000098cb285a917d31b341b5d7faa3f722f41c1c6d67f46e 2,339 1.00/1.00 vMB 3
890,637 890,637 00000000000000000000935c0031a6044c6431c91ca5e3d66b9c92532f6b5b36 2,662 1.00/1.00 vMB 3
890,636 890,636 000000000000000000023e51044d074cf8ce5b3384f80d3b211c59135793700a 3,304 1.00/1.00 vMB 2
890,635 890,635 0000000000000000000138bdb3ea03076a1ee5a1a8e565745d36230456d6978f 2,650 1.00/1.00 vMB 3
890,634 890,634 000000000000000000014f060aaa9e5c6c0143e393b2eea143bc77c28ad971d5 3,406 1.00/1.00 vMB 5
890,633 890,633 00000000000000000001d7f0ec1e5514f6bc1fd9195e6e1febda5db7b94a6339 3,235 1.00/1.00 vMB 4
890,632 890,632 000000000000000000021fa4ae69af34ec9e65def3f1faffb85c5e4dd3192f65 3,086 1.00/1.00 vMB 3
890,631 890,631 00000000000000000000685b09ada82de53de1b85f6f9785d2ddaa4e19a9672e 3,633 1.00/1.00 vMB 5
890,630 890,630 000000000000000000019cee6d2b70377170f0a64f35b1cfcc35e39e1ea8c6e1 1,968 0.76/1.00 vMB 4
890,629 890,629 00000000000000000000a3db67009b0ce3b469933d94ad0f2fd469636b339414 874 0.42/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.