Loading Tool

Explorer IconExplorer

Memory Pool

74,623 transactions
27.59 vMB
0.07290659 BTC
Random Selection Loading Transactions
Max Size: 168.13/200 MB

Candidate Block

Mining Attempt 9ee727ea40d4029c422067bda49f537676c9e3248a8801a420b78c02fc33261c
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ba95efe8e5df5a2a7f13b3c0459077a31446c84a71ae1fdaedc4e8380fbaa3ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.01409676 BTC
Feerates: 150.80 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (20,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,801 894,801 000000000000000000006a31a77929922435e6d5bd09db6799f759d0dae82127 3,386 1.00/1.00 vMB 2
894,800 894,800 00000000000000000001539f5dc7dfa2df33045b9a6c18e90bc4df23429815f7 2,411 1.00/1.00 vMB 2
894,799 894,799 00000000000000000001566e17e4d945bb58fb60b7237377aebd4d1e2b94affb 1,289 1.00/1.00 vMB 2
894,798 894,798 00000000000000000000a4ae459450b310e83247d65ce7268a39f4c2b93fe74a 2,682 1.00/1.00 vMB 4
894,797 894,797 00000000000000000000a417766848436f6c748d2d628c78495ef0c1233494d8 3,247 1.00/1.00 vMB 6
894,796 894,796 00000000000000000000a257c4eb2e4282b0dfc1cce3dd63c8848b9c7d28d854 2,110 1.00/1.00 vMB 1
894,795 894,795 00000000000000000001ced8fe421ccaa32a766202bf72147e325bc48e6aef8a 663 1.00/1.00 vMB 2
894,794 894,794 00000000000000000001ff0d295017d7b7b08b8895ae9c52538d3fb4f98d8b4a 2,993 1.00/1.00 vMB 3
894,793 894,793 00000000000000000001c4baf875139869a29ca2bac5968741c2750ded665574 3,591 1.00/1.00 vMB 6
894,792 894,792 00000000000000000001bcfdeb4a28dcdbb416c1c15cd2716278d4bc5e57e31d 3,460 1.00/1.00 vMB 4
894,791 894,791 0000000000000000000186fe619b4b3c3e8856c80a21bbb7461950edf3b6cabc 3,446 1.00/1.00 vMB 8
894,790 894,790 000000000000000000012e66c7e304a0fab569da868e69f25fef4d8922283e4b 1,915 1.00/1.00 vMB 1
894,789 894,789 00000000000000000001fc2667509433059ce4134a5f593ef2b9ef9cda747554 1,151 1.00/1.00 vMB 2
894,788 894,788 00000000000000000001f27e2bfc14a14059f28ff2df8d911e58fb148cd6d6ec 1,248 1.00/1.00 vMB 2
894,787 894,787 00000000000000000001616f82b7fd0cdae313d18379e859ffab38ef8fadc311 1,401 1.00/1.00 vMB 3
894,786 894,786 000000000000000000022150cc2da596ba22751566e94e0f9cdefe0cedf2d61c 3,503 1.00/1.00 vMB 5
894,785 894,785 0000000000000000000142bd2c73d3abac25e363db58a66f0a3745adc5098aba 1,166 1.00/1.00 vMB 2
894,784 894,784 000000000000000000010e477bd666ed06e1b1fa0a96e2c5d3ece89c8914f9ad 2,990 1.00/1.00 vMB 5
894,783 894,783 000000000000000000010a1825f3e6ccde647fbcd22d298865045c3ea8fd6ac6 600 1.00/1.00 vMB 2
894,782 894,782 00000000000000000000fd3fa2f94cda81bcb7a2a9b0d7fc9e55307989ce017b 795 1.00/1.00 vMB 2
894,781 894,781 00000000000000000001388c7f9aec361641092560b6a7c21cc0bf136e993264 2,420 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.