Loading Tool

Explorer IconExplorer

Memory Pool

87,069 transactions
32.58 vMB
0.15077427 BTC
Random Selection Loading Transactions
Max Size: 198.94/200 MB

Candidate Block

Mining Attempt 07f97dec15b0016f3ca347284872259976f35265c227e9057a1f7f5c3340c3e6
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 9df2954f51016ba36051e5ae55aa87076e2891dfcd1f1e6aefae0cf80b6623b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.05805217 BTC
Feerates: 400.00 > 5.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (418,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,849 496,849 000000000000000000b8f25b2f782181f37c84480326935aaae91bbd1dfdc0eb 2,083 1.00/1.00 vMB 101
496,848 496,848 00000000000000000006a7832fca7a197682601b525e7c829db4769d0cdef022 2,120 1.00/1.00 vMB 220
496,847 496,847 0000000000000000008adc8e36ea00acb8012e38ee8cb763caaa0e6093685054 2,302 1.00/1.00 vMB 152
496,846 496,846 00000000000000000087ef317670b42c6a26411134fa184060cf39ba4abfe7bf 2,151 1.00/1.00 vMB 190
496,845 496,845 000000000000000000097d7ce7c156c4185b10ad650ce369fd5317eeb6d641f0 1,980 1.00/1.00 vMB 160
496,844 496,844 0000000000000000000fcca02fbb3eb55e367adabe250285483d7530cdba060b 2,398 1.00/1.00 vMB 203
496,843 496,843 000000000000000000b64fc4c2c0981ea81fa7b3cd1dcde8308864ee4f7ac954 2,237 1.00/1.00 vMB 120
496,842 496,842 0000000000000000001ee220c7c76e650f43c8a73b72f675549ac87cff5bda48 1,418 1.00/1.00 vMB 79
496,841 496,841 000000000000000000ccbc9b2afc4d755e01753c2b9a5b102b03e88e9f94d131 2,180 1.00/1.00 vMB 125
496,840 496,840 000000000000000000b0f7738353c02a6348746fc4225316f7911d90a2e1f09f 1,926 1.00/1.00 vMB 113
496,839 496,839 000000000000000000a311b252a38f86c5c1fd51cc48cbdfc33ca2bbf26ac2f3 1,491 1.00/1.00 vMB 86
496,838 496,838 000000000000000000b0e5102dfab00ed7ba6ab218238c74d0585053e5e868be 2,208 1.00/1.00 vMB 164
496,837 496,837 0000000000000000001413d957a549115e938962a50a4b7b5b79a5138d7366e8 1,938 1.00/1.00 vMB 90
496,836 496,836 00000000000000000073c642f7f7234a8491a5b29f40a2af7a21ca6c51c4bd1e 1,545 1.00/1.00 vMB 105
496,835 496,835 0000000000000000000fc3a97855a12e43350278d7f8dff470f70856c6449708 1,224 1.00/1.00 vMB 140
496,834 496,834 000000000000000000c359b2218729a9b09a7308799cf05ae4c7843ec8f1e693 2,693 1.00/1.00 vMB 76
496,833 496,833 000000000000000000a22df2ba134bca5b91c44b5435c7552f4ea71253990227 2,520 1.00/1.00 vMB 85
496,832 496,832 000000000000000000c5110ea85f731f63e5637cd22d64a6da65b793afe6b10a 2,658 1.00/1.00 vMB 98
496,831 496,831 00000000000000000016ce37b06f20a670561b189b7a6c3ff15f080c7417f1cd 1,789 1.00/1.00 vMB 80
496,830 496,830 0000000000000000002aaa5c5a7575d1fb6bf5e188090f776e4ca65a9599cb28 2,711 1.00/1.00 vMB 95
496,829 496,829 00000000000000000085ee0d67df04dfaf48106677be6dad71bd3f009fff7bf7 1,568 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.