Loading Tool

Explorer IconExplorer

Memory Pool

75,369 transactions
27.71 vMB
0.07470761 BTC
Random Selection Loading Transactions
Max Size: 169.09/200 MB

Candidate Block

Mining Attempt 087984447d4782d3af347c894a9ba2ee9da42bed94bbc76b762b0679650cd028
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root a4fdd503914d482b3245b84042396d5b091dd53d5bf3ad09920f39862999cb8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,189
Size: 1.00 vMB
Total Fees: 0.01545998 BTC
Feerates: 99.50 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (867,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,803 47,803 000000001522056298c69be78afe5351b1ddcdbdec91b0db200b0c38c9bfc9cc 1 0.00/1.00 vMB 0
47,802 47,802 0000000029befe91def469a581df1d8caf5aa7cc54c702fc293813f2ffcfee51 1 0.00/1.00 vMB 0
47,801 47,801 00000000182a40480620e6b78f913dd6a595e0cecf972c05733e1015cc7c8a7c 1 0.00/1.00 vMB 0
47,800 47,800 0000000031859a5d95f3a06c7254d4e9d00a76d103ece565858efa4f7d4daed0 2 0.00/1.00 vMB 0
47,799 47,799 0000000035d76fd06bab5d4eaf962d8cb6ddcdf2507102435c4828dc097f6489 1 0.00/1.00 vMB 0
47,798 47,798 00000000224fdfeb595fee49bb144a0eacb5ff3f4c826f7abcdb05f9f8687d00 1 0.00/1.00 vMB 0
47,797 47,797 000000000d942db0da4a071a5219e1c9df598b3ca33d4e1e93a0cf4cbf26ad5d 1 0.00/1.00 vMB 0
47,796 47,796 000000002227ac3e0e23ec84a0045ab2bda1d7f9f2e08cf70fd02ab747c1d5d2 1 0.00/1.00 vMB 0
47,795 47,795 0000000032973b17639b8370d880e674aaccf32de5669eb2cf781c00c1b6db1a 1 0.00/1.00 vMB 0
47,794 47,794 000000002db854c5a707714ed3f708b16be731c9215cc18a6fdcbb9c042cba67 1 0.00/1.00 vMB 0
47,793 47,793 0000000009248f2c1227cd9fd092256e7a5ca0ba4642e8e03f68c424ea66ca9c 1 0.00/1.00 vMB 0
47,792 47,792 000000000022156ccadc11fccbb70aa449a821c93dc1810952903df20b656793 1 0.00/1.00 vMB 0
47,791 47,791 0000000008ef50686f0b75112d3c9339ce6377cc423c9fe8645876a06ab5f65b 1 0.00/1.00 vMB 0
47,790 47,790 00000000361526563953066c72dce4a3b19563a3bba89f251f59e67f9bd3e5c4 1 0.00/1.00 vMB 0
47,789 47,789 000000001464df336c11020de6d433763af59a994d350347e01ea0b814ef7a65 1 0.00/1.00 vMB 0
47,788 47,788 00000000222d937b3b59b924857c700c02c3a248bbd3f97d2e267fa91f4778bb 1 0.00/1.00 vMB 0
47,787 47,787 00000000377298b411b8503c1f8e7bae4c8c2f0cf2984b441cb32ce45c74cb3b 1 0.00/1.00 vMB 0
47,786 47,786 0000000003ce7b8db9a12d6e4923be76c7144f730ff69ab3cf9363cf322fa654 1 0.00/1.00 vMB 0
47,785 47,785 000000002f183f867df2dc15d286cae03f31bf82fa551e79ea136566a3f0dd95 1 0.00/1.00 vMB 0
47,784 47,784 000000000d744ce4bfced63d82ac4f3503a556d0789bebc74b6f22a5f70a5e0f 1 0.00/1.00 vMB 0
47,783 47,783 000000002eeb42819d6bfd114f356157cc7995decabc79569770fe40ee62a5df 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.84 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: 712.18 GB
    • Received: 17.16 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.