Loading Tool

Explorer IconExplorer

Memory Pool

71,749 transactions
27.78 vMB
0.06018754 BTC
Random Selection Loading Transactions
Max Size: 164.68/200 MB

Candidate Block

Mining Attempt 44bb5e94edd705b30014fad9e0967cb83eb502ab8a271767261b498336e56cee
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 57241aef364373b7f0d64913edf6a3c5f14a1ac99f95fee1a83015d2c508b7f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00486833 BTC
Feerates: 21.55 > 0.49 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (526,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,798 388,798 00000000000000000c5a9d2f0ed1ceaca7d9a6563d6584cd3e8502ebccb335ec 510 0.70/1.00 vMB 13
388,797 388,797 0000000000000000009776700e2b238fb56b9d649866a4494a66962838dca9a1 932 1.00/1.00 vMB 17
388,796 388,796 000000000000000008b1fb5c427b1f8365eff8f5f28aec9cb60bbcca72eb35cb 567 0.32/1.00 vMB 24
388,795 388,795 0000000000000000069ba00fe82df92da2f198bda55b843871dcc8313bc8f67b 2,245 0.75/1.00 vMB 46
388,794 388,794 000000000000000005203ce1eb3880b988577b6f79d72d3ddfb78202ffc04367 2 0.00/1.00 vMB 0
388,793 388,793 00000000000000000cb9fb08e90358d887a99ca612d1305c63920b5b5655170f 1,717 0.83/1.00 vMB 31
388,792 388,792 0000000000000000061960e6b1587f607f879796dad41b1fd372e59edea6d8bb 1,807 1.00/1.00 vMB 24
388,791 388,791 0000000000000000086b97916f6e0d5f2ce347d6f2e9d31a649ec2aa43fcd81c 2,841 1.00/1.00 vMB 65
388,790 388,790 000000000000000002d6180cb8816967498e45a3dc188afc0b80e460dda07e5e 1 0.00/1.00 vMB 0
388,789 388,789 0000000000000000010ce95ba8bf973f43c11f77f60e47a4be2ecab92f3dba34 1,372 0.76/1.00 vMB 25
388,788 388,788 00000000000000000497f638fc378166d2d14742d4b77187209fe5f32a57afe3 3,339 1.00/1.00 vMB 65
388,787 388,787 00000000000000000b098fc31574dbfc3c66750bc0a85f0f98c5def23c3d659e 1,606 1.00/1.00 vMB 25
388,786 388,786 000000000000000009f0a58557dfb2eb071d2e9fc3bcf3cab950c3b7235c5507 2,103 0.75/1.00 vMB 47
388,785 388,785 00000000000000000275f831ed5ba50077541083c1c9974e4947bde75f38bd44 1,445 0.50/1.00 vMB 38
388,784 388,784 00000000000000000a6712f4f2a4ce6e96c5859f877d1210bed7ce1a90d0db00 1,750 0.98/1.00 vMB 27
388,783 388,783 00000000000000000735c57d36a4800aad50b417d3f116a6396cb8f0a6aaf332 538 0.65/1.00 vMB 7
388,782 388,782 000000000000000000b79ef66f90f9efd5f1b2e2bff9cd65ddf9a3f680b041ac 690 0.30/1.00 vMB 33
388,781 388,781 000000000000000009b4aa6f744383e42cf0aff1a8134d984d0249a9a95b2190 462 0.24/1.00 vMB 31
388,780 388,780 000000000000000004024405805b2c1c7383a69ae9a39dcd7861a98eb0cdc460 522 0.23/1.00 vMB 43
388,779 388,779 00000000000000000871692443188185f571e8b2361bab23a6eb8e5cc3750f87 850 0.37/1.00 vMB 35
388,778 388,778 000000000000000007b821d03168fe6137b77fe5d0cfbf30f75d8be51a413d21 798 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.