Loading Tool

Explorer IconExplorer

Memory Pool

41,846 transactions
26.79 vMB
0.06498047 BTC
Random Selection Loading Transactions
Max Size: 140.19/200 MB

Candidate Block

Mining Attempt d8400ecaef5c95d5b2b5eca28ee10bd98e4d3264eee244539465a635baff8a98
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 88bd20d938e2626494d3d2e435981f4686b122262a5e6c5c00a922462015b92a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,982
Size: 1.00 vMB
Total Fees: 0.01528038 BTC
Feerates: 151.03 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (475,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,869 439,869 000000000000000003ddb5ac665dcf2c09a4546132004e6f223284bd04c70458 2,201 1.00/1.00 vMB 76
439,868 439,868 000000000000000002139e89c618b335be5a6c1666258f2b3e3545f05212f42c 2,440 1.00/1.00 vMB 103
439,867 439,867 000000000000000001183f68dcb63518de761e8c2758936b4aadce7009d5082d 1,608 0.75/1.00 vMB 76
439,866 439,866 000000000000000001badd1a297173e61d1b9806c19203d6acac9fc2e2af01f5 2,956 1.00/1.00 vMB 65
439,865 439,865 00000000000000000344f2898d5db3de2479d77787352a3a608d11187226ee87 2,160 0.93/1.00 vMB 74
439,864 439,864 000000000000000003baf9c0fbc6379bcaa567fe258f17eb3d0ea6ea79fff7b2 2,410 1.00/1.00 vMB 87
439,863 439,863 000000000000000001d0caa1f5f7c966e0a6db718b965900de3bd648c1feabf1 2,248 1.00/1.00 vMB 76
439,862 439,862 00000000000000000369cafd02b874cc0139d85c39e8186b226b37bb88d16192 1,928 1.00/1.00 vMB 61
439,861 439,861 0000000000000000031c9e7563d0ad8722262fb90945d18d38d35d0ba7e137b6 1,765 1.00/1.00 vMB 93
439,860 439,860 00000000000000000344ae9d47c9935a39b6e0db38ef8fdd3a3596e9db7e75f4 2,580 1.00/1.00 vMB 61
439,859 439,859 0000000000000000038bfc53d1996420ad366379e2a7ace829acae87e476a95a 1,826 1.00/1.00 vMB 70
439,858 439,858 0000000000000000032e0ee60144ca5aef04ee30d47a66b8ffef3b35ff07cdc6 2,339 1.00/1.00 vMB 63
439,857 439,857 000000000000000002dba433c2bd45f4492a1dec2cde143d7dee9f20a11ee006 2,615 1.00/1.00 vMB 86
439,856 439,856 00000000000000000295b9155097ca178fe3d1df384dd6726f4d7b500224fb48 2,232 1.00/1.00 vMB 84
439,855 439,855 000000000000000001021e490428a13e6da22a137f3bd13853b36c64982aa053 2,960 1.00/1.00 vMB 109
439,854 439,854 00000000000000000073e708fe66a4395efb74f7f30ff86559ad9c37d3afaff0 2,665 1.00/1.00 vMB 79
439,853 439,853 000000000000000002e70ee8c04b7c0e337848e50978737534ceccd094248306 2,056 0.99/1.00 vMB 51
439,852 439,852 0000000000000000013190fd6b953e0c5fc8e97f46bbe95be92360f86ebb7abb 2,220 1.00/1.00 vMB 62
439,851 439,851 000000000000000003d9b334b2bc5bdc695cd139ea49fe750cffcbd1981eddce 2,077 1.00/1.00 vMB 51
439,850 439,850 0000000000000000008e84f7bf7bb40f5f16d3a726e70b8857271d77e6c7bc3b 2,580 1.00/1.00 vMB 70
439,849 439,849 00000000000000000180a56b6a30fb66dab131b1717c0053bce1f6f1c2e2bb50 77 0.04/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 657.01 GB
    • Received: 14.45 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.