Loading Tool

Explorer IconExplorer

Memory Pool

80,750 transactions
29.75 vMB
0.07202883 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt 01d9197e4ec9f2ed217a0bdd3ed503d9c76ae2e048ff10545918d29ab2059406
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 5ff1a0f77b9eddc7d8ff0d8df2ae3d95162f6027ca84f75a657ed600e9875368
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,006
Size: 1.00 vMB
Total Fees: 0.01138349 BTC
Feerates: 100.14 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (336,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,095 578,095 0000000000000000000f624b87fb8dae0d1b6173899c5db1be12a0ba1879d2b0 3,242 1.00/1.00 vMB 162
578,094 578,094 0000000000000000000780865db5f4daf1374f90c29520a951f9c3c743528061 2,988 1.00/1.00 vMB 159
578,093 578,093 000000000000000000296d19ca1b1cfad00377acbf5cc847156070b1a9753f7c 2,186 1.00/1.00 vMB 148
578,092 578,092 00000000000000000005879bbebc87897d663e2ea18424c7324bb84bd79d3906 2,971 1.00/1.00 vMB 135
578,091 578,091 00000000000000000012a329086ae1b5bda9aa730412664dfe05bd94f76b4023 2,619 1.00/1.00 vMB 122
578,090 578,090 00000000000000000002f5211a05c6dc28a9e5b0f2737c325c9def75c0eebbc2 2,400 1.00/1.00 vMB 154
578,089 578,089 00000000000000000025acfac5922241307c8b14ded98094738b10a337488d6c 1,986 1.00/1.00 vMB 172
578,088 578,088 0000000000000000000c3b7f46213b5b1f68122aa8d69b2aa2a4f2c229d84ccd 2,521 1.00/1.00 vMB 72
578,087 578,087 0000000000000000000131a61d114b4c6416ef70190d5f30b0e8ae458eb3994d 1,737 1.00/1.00 vMB 43
578,086 578,086 00000000000000000005f52583927e9bd63950d354645c3949de04bfecfcaa75 2,048 1.00/1.00 vMB 76
578,085 578,085 0000000000000000000fa2cd7d0269e0c33b13b9a64414e1d6d12ed60140309f 2,629 1.00/1.00 vMB 91
578,084 578,084 0000000000000000001497a82450632a93a034235a35e1772f03af66ad6fabc8 1,062 1.00/1.00 vMB 69
578,083 578,083 0000000000000000001bc0ba59aa59c2464e023f602af5899f2310a1aae2bd57 2,076 1.00/1.00 vMB 74
578,082 578,082 00000000000000000013d4940fa784370c318623a0ee11ffbf8758a1e2d15f18 2,330 1.00/1.00 vMB 93
578,081 578,081 0000000000000000000476bcd062496007a0599ede6177ee337c63240f7b406b 2,316 1.00/1.00 vMB 129
578,080 578,080 0000000000000000001f40c661f2ad7ee8653b951653d11a5089741416c58eea 1,892 1.00/1.00 vMB 135
578,079 578,079 000000000000000000038a53ee8ac783ea1744500096db5cb1b5a44b4bcd666b 2,805 1.00/1.00 vMB 152
578,078 578,078 0000000000000000001dea4cb1f56747c22289b4a91206c7bddcfaea144d52b1 2,924 1.00/1.00 vMB 170
578,077 578,077 00000000000000000003d2143fe7e98dd6d7e5d6a8a4f3b62682bc794702416c 2,818 1.00/1.00 vMB 129
578,076 578,076 0000000000000000000df02fb42e05cee07c77ade24658cdd2417a25850915c0 1,569 1.00/1.00 vMB 103
578,075 578,075 0000000000000000000a44583b4deb6c56879504ba982c6c7ffac1274c25a762 2,494 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.