Loading Tool

Explorer IconExplorer

Memory Pool

82,205 transactions
30.55 vMB
0.13661607 BTC
Random Selection Loading Transactions
Max Size: 183.84/200 MB

Candidate Block

Mining Attempt 40aead6826fa1fabbaba54356315a925c84c27a9889a7356a0067d9a8048f4c1
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 030935a406085018de97a0d5ddf6198d08fbe31608e95443a0d2790fbcf163d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,041
Size: 1.00 vMB
Total Fees: 0.05379902 BTC
Feerates: 302.06 > 5.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (233,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,217 681,217 0000000000000000000252ad25af980abed554bcf1b7e015d72b0b0af6b26a40 2,567 1.00/1.00 vMB 124
681,216 681,216 000000000000000000054626a4b6b5023dba481f85e3816d309a05559b3dd802 1,986 1.00/1.00 vMB 85
681,215 681,215 000000000000000000040bfbbb84bbe19dd8702163dac3b1ba8c15054dd7e4c3 2,169 1.00/1.00 vMB 37
681,214 681,214 00000000000000000005970a21d7e2e46ab7fe67a060fc8340b7fa72a5264a1d 2,369 1.00/1.00 vMB 90
681,213 681,213 000000000000000000016ae94d953c58fa53891c2bc8ee18d533016bc58bbec6 1,381 1.00/1.00 vMB 142
681,212 681,212 000000000000000000011a83df1eaa97b0b13f9c0f2143b1e67096c744b2401e 1,247 1.00/1.00 vMB 154
681,211 681,211 00000000000000000007e8db4067d3022e1c973ef5e6b4f3d6e563fc294faed7 2,017 1.00/1.00 vMB 82
681,210 681,210 0000000000000000000be5911002ce3f3d7b67d745f253ee6bed9e88f9750ede 1,629 1.00/1.00 vMB 31
681,209 681,209 00000000000000000001f00fd611102a99bb1c81774655e90619154b7d7ba605 1,781 1.00/1.00 vMB 39
681,208 681,208 00000000000000000008eff9f4d2a281ec8c8e1dea0754d78b7712044d8ba782 2,324 1.00/1.00 vMB 61
681,207 681,207 000000000000000000012fa749933c1d1b38036b8946749dc6b707ee7b2e24d5 1,773 1.00/1.00 vMB 55
681,206 681,206 0000000000000000000610a6950f26122933b52409291a30366ee92023b4b911 2,736 1.00/1.00 vMB 53
681,205 681,205 0000000000000000000b16093933b50258c777a4f4ca79a6191723848f8632ef 2,670 1.00/1.00 vMB 61
681,204 681,204 000000000000000000052a827f82f1a3fbbfd1bb474c84db8c4910a1e1959e85 2,877 1.00/1.00 vMB 155
681,203 681,203 0000000000000000000319e818c8078f3f66dbfa9a19cf14d2bee752d885e9d2 2,993 1.00/1.00 vMB 98
681,202 681,202 00000000000000000002e316d3e83ce1c2263600b525671b176271567ba7da6e 2,761 1.00/1.00 vMB 101
681,201 681,201 000000000000000000055e8465c5b964c64af48b54672a4a1258d06ef5893d67 2,392 1.00/1.00 vMB 92
681,200 681,200 00000000000000000005f28a31d32dde66a2788b3e8602b11cecbbba9438c9c9 2,914 1.00/1.00 vMB 174
681,199 681,199 000000000000000000088bdecfab0982f8a4f8db0801a1c95fd6d272eba491b6 1,372 1.00/1.00 vMB 98
681,198 681,198 000000000000000000089efba7314041c34099a4f8eb20a0f5ca4fc179b42225 629 1.00/1.00 vMB 129
681,197 681,197 00000000000000000002da3e81f657b94cf93f55305b808d15cf9c42ad1088a4 1,610 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.