Loading Tool

Explorer IconExplorer

Memory Pool

46,571 transactions
27.30 vMB
0.08196173 BTC
Random Selection Loading Transactions
Max Size: 144.33/200 MB

Candidate Block

Mining Attempt 60a38e28422f8cee50a53a965d568a71376be081e94820fe961b64940b35ac5a
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 8d1aa73b5813faba1831b0b929f5619af1a66c03e27ce3b0487cb0f15e524cc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,900
Size: 1.00 vMB
Total Fees: 0.03055404 BTC
Feerates: 298.51 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (508,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,311 406,311 000000000000000004ddc8943d8260d34d194d0c76d23ac876e08e32c45ecf3f 1,189 0.50/1.00 vMB 43
406,310 406,310 00000000000000000665e0527f462439d80e302821aaa1a55dc82ce381c31871 1,735 0.93/1.00 vMB 40
406,309 406,309 0000000000000000019f610b6418645bcd8a805b09906aeb92dc77b126a335bf 949 0.70/1.00 vMB 32
406,308 406,308 00000000000000000125686cc57abce847d4ad5ee3cfde03c3afbd9e66c470f8 1,836 1.00/1.00 vMB 45
406,307 406,307 00000000000000000291aeceeab249595886a212af6ce47df6f4f91cb56bbbcf 1,758 1.00/1.00 vMB 35
406,306 406,306 00000000000000000210e164e607e8ee87eddbfb811a82f3af503585776c3659 2,486 1.00/1.00 vMB 50
406,305 406,305 00000000000000000246cecf87a482e2078263e761e7a5d3eb4a5aa3d71877b0 2,761 1.00/1.00 vMB 51
406,304 406,304 000000000000000004f98a8ed4c9867913fc186173e3f94bbc94b5f8dff4ddde 3,701 1.00/1.00 vMB 48
406,303 406,303 000000000000000000edffaa2301f84bab44e24b5d1636740acbdcb2e3f25db2 2,009 0.87/1.00 vMB 41
406,302 406,302 00000000000000000338831e159cd5255b13d92ac8912de5dbb7fb13f62fcbbf 1,392 0.78/1.00 vMB 41
406,301 406,301 000000000000000004dc16eafc2cc5769cc1e0ffb9d807b8885fec2f61774be6 1,116 0.45/1.00 vMB 42
406,300 406,300 000000000000000001f3b9abbf0000ae26af26315dc072e8b70f25ba69ba76c0 895 0.79/1.00 vMB 23
406,299 406,299 00000000000000000135dc1e5f3a394bf1b2b08d4373b1dba4f143b6230237a4 2,420 1.00/1.00 vMB 44
406,298 406,298 000000000000000000e98095eab11a1953e99422b885fc5916cb158fa4393fe1 2,634 0.93/1.00 vMB 51
406,297 406,297 0000000000000000023d4313b72f16fb3cde5a18db99464cec7b0df23d608c0d 625 0.29/1.00 vMB 41
406,296 406,296 00000000000000000255cdad5ee610c62f865ef15f8c7b9adc7d1e1450a70b3b 1,039 0.47/1.00 vMB 42
406,295 406,295 000000000000000000ba969baf420f6aea8e384c85926b191cbbbe9181f3f32f 952 0.45/1.00 vMB 36
406,294 406,294 0000000000000000022a1ca7366612b894bf0387583bead71ea841a9c31d595b 252 0.12/1.00 vMB 37
406,293 406,293 00000000000000000043f300ac1e64a33435d0bbc2d51c227cd674b4674f5cc5 812 0.49/1.00 vMB 33
406,292 406,292 000000000000000001f205480e06dc644487a4ed29233ee5f60a8d8cb69eb113 2,396 1.00/1.00 vMB 48
406,291 406,291 000000000000000002df65ca9b94a307d4ff2c6373374db4c757f00371cea377 1,357 0.67/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.00 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: 648.91 GB
    • Received: 13.10 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.