Loading Tool

Explorer IconExplorer

Memory Pool

78,324 transactions
29.37 vMB
0.06640571 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt 8bcd51f15a20e7792f7982f8b5527df610efe364c424adbd170c836fd2e76761
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root ee5d8b4b20fc13e12d0feef7b03cc9526ad1d4174fa9d2265fc8727483839f05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,071
Size: 1.00 vMB
Total Fees: 0.00680537 BTC
Feerates: 40.21 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (85,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,826 829,826 0000000000000000000380f62b7ee0b43ebd0e2e3389fdcd782ebd5b3fcb0513 1,307 1.00/1.00 vMB 20
829,825 829,825 00000000000000000002db1605171cc371564792013fcb1898bbce8a4fa5d5e2 1,278 1.00/1.00 vMB 19
829,824 829,824 00000000000000000001c720d7375d41a0839da2e8209d270e68794df61b65a1 2,017 1.00/1.00 vMB 21
829,823 829,823 00000000000000000000c6cd552536b518f42a959a0576c19fad4421ae858ed2 2,223 1.00/1.00 vMB 26
829,822 829,822 00000000000000000003237d04ad2415292d0fe61e5d367b72fd07b3172e1199 690 1.00/1.00 vMB 17
829,821 829,821 0000000000000000000227e6c2da74b6ef93fc7743a5878fc6e07c8b7f887ee4 703 1.00/1.00 vMB 15
829,820 829,820 00000000000000000000b7f267dd8f7a867287fb0c07e164187cf585c5639d02 3,301 1.00/1.00 vMB 18
829,819 829,819 000000000000000000019e6204beb96b122036247a8664bf4d66a8b811f769db 2,539 1.00/1.00 vMB 20
829,818 829,818 00000000000000000001a05e045444fb4227933d5be5f0efc54ca926963d0c43 2,141 1.00/1.00 vMB 17
829,817 829,817 00000000000000000000444b5117d4dd006490de38ce067443ac1c9a1ccc0f08 2,577 1.00/1.00 vMB 24
829,816 829,816 00000000000000000001be54eb192b683a066b035ec59547de17eaaded2cfa73 2,456 1.00/1.00 vMB 18
829,815 829,815 00000000000000000003b3480ed47cd0d435069efcc1eccdbcd84629a9e912ae 2,381 1.00/1.00 vMB 27
829,814 829,814 00000000000000000001a9931d3181dcad10319187e0b668fc2db0f8dff656c9 2,414 1.00/1.00 vMB 29
829,813 829,813 0000000000000000000124f61e7c5cbf1c3de8a4ac811c87fb3f04d6614bf1ee 1,590 1.00/1.00 vMB 18
829,812 829,812 000000000000000000011b512a6c223a8739f5541cd2a7a5a734da7f5e304e1f 2,071 1.00/1.00 vMB 28
829,811 829,811 0000000000000000000300b61c9c167b2d89587d96e087ebf80f974634f82e6e 2,516 1.00/1.00 vMB 26
829,810 829,810 000000000000000000004018f01a38c65ea9fa2c748d74135ed0167ffaa7b380 870 1.00/1.00 vMB 22
829,809 829,809 00000000000000000002362c26adbd69ff3ab4e5a1349628c7fec243e0efb811 1,811 1.00/1.00 vMB 25
829,808 829,808 00000000000000000002d4a6a6f168c6ae18f715247e208500e7d5e822b621ef 3,359 1.00/1.00 vMB 33
829,807 829,807 000000000000000000023c9f3dfcb5a2166c3cc8f917421ee73bd3177b9161b7 1,016 1.00/1.00 vMB 21
829,806 829,806 0000000000000000000025d68ab1e0b8f85124c902ee2f747abdace398bd9044 1,762 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.