Loading Tool

Explorer IconExplorer

Memory Pool

78,529 transactions
28.85 vMB
0.10933113 BTC
Random Selection Loading Transactions
Max Size: 175.15/200 MB

Candidate Block

Mining Attempt 26ccfcb84aafe50cef4dcc31cbaf4880d11d2bb9aa991228d4d8c2c2ced1e326
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 9adc5527c6da209546dd3e7f92979d4f251a4db14d51fc3ee04016f8c4b274a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.03882789 BTC
Feerates: 602.26 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (886,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,846 28,846 00000000cab152aca890331f8ff4d91d9a7d21bb5ace300946db8346ad1b6ba2 1 0.00/1.00 vMB 0
28,845 28,845 00000000c87877a2bdcd463823d7ca53c3682901b96f97a1d14b6ca2f0935a68 1 0.00/1.00 vMB 0
28,844 28,844 00000000c80e14384b029b3af7a90efed0e0d1cd2850459bfab354d343d059e0 1 0.00/1.00 vMB 0
28,843 28,843 00000000e7139d30800ce4c6f0dec852b49119417d4942350e95cecc52d80b45 1 0.00/1.00 vMB 0
28,842 28,842 0000000004578de30fe1dc7883e0ada6422951ca08354ee3fa563385b628e190 1 0.00/1.00 vMB 0
28,841 28,841 00000000ed93ef6ad61614d05cffe13f2f19405d4dd95d82e5719b4f9ff76572 1 0.00/1.00 vMB 0
28,840 28,840 000000000ce4f66859ccc5a82157f6f5a1b61cea63d15a4401285d3ccffa9eb4 1 0.00/1.00 vMB 0
28,839 28,839 0000000096156251929a4ce590bb299fc8e7c72ffe0b2b2fbc96e3c732abbf2f 1 0.00/1.00 vMB 0
28,838 28,838 0000000088ad84888be4d6328f318a356976983631c25f3bada0e744f56a6cc7 1 0.00/1.00 vMB 0
28,837 28,837 000000001330574000bf946c2e11e91d49cd4fd804e4a5edb368762182f81856 1 0.00/1.00 vMB 0
28,836 28,836 000000006d4f407af24db98535d0ed206c66fa103ac7a779659df5d5f6eeeeef 1 0.00/1.00 vMB 0
28,835 28,835 0000000065114c46306575847ad2c89c4613cb794a56742516aa203a74612df2 1 0.00/1.00 vMB 0
28,834 28,834 00000000192f97fcfbbb0cb3ed703007734e39a15c438937e1a0f672037f4407 1 0.00/1.00 vMB 0
28,833 28,833 000000001fde0775797dfc76528881a2d07924379efe874cb494ee200aa455f2 1 0.00/1.00 vMB 0
28,832 28,832 00000000be82ed5d240765ceee156083862e4133024a033a23c0eaf08497abd2 1 0.00/1.00 vMB 0
28,831 28,831 00000000ab4e64259631209727a1578d84060eccffd55da3610704459995b081 1 0.00/1.00 vMB 0
28,830 28,830 00000000d1ea7fd4fbe95eeef422205d4ac0a359ee510f489d6f02a097c2d5ed 1 0.00/1.00 vMB 0
28,829 28,829 00000000b72c2364d2c86d067bca91e3362725a371ff4cabffd24d7bc95b0ff7 1 0.00/1.00 vMB 0
28,828 28,828 0000000057beeb92b4b0e304be6ba4637ef568083b1980f418d24813a470761e 1 0.00/1.00 vMB 0
28,827 28,827 00000000bb25b586766d53356bd7c5fa0b34444405c9d2e8af5fce75a12febd7 1 0.00/1.00 vMB 0
28,826 28,826 00000000fc18d8e3dcefca40dfcfb7b7aac82666fe4ee8c54de0bb44f03f6751 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.