Loading Tool

Explorer IconExplorer

Memory Pool

77,308 transactions
28.69 vMB
0.06688481 BTC
Random Selection Loading Transactions
Max Size: 174.03/200 MB

Candidate Block

Mining Attempt 83234a05c24e27a421286202c9d10f4590276fd847ac5565e29adca333ae0566
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root aed3dbc04cb85ed36bf0b4d765a8041c9cc6d665da3f3b3b5080b6c5ad0b09b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,669
Size: 1.00 vMB
Total Fees: 0.00722943 BTC
Feerates: 101.55 > 0.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (506,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,971 408,971 00000000000000000236ac50b0444afdced88e2d32d360feafc49a7951c9c18c 2,590 1.00/1.00 vMB 54
408,970 408,970 000000000000000002fa41007edb8bc3d87b320f43404e7de176a2b6de583749 1,444 1.00/1.00 vMB 27
408,969 408,969 000000000000000001e9b22a20f631f22821d2c803ed5a5806b1e272bcc66405 2,521 0.99/1.00 vMB 60
408,968 408,968 000000000000000004d2340083df56e582b080dcb8111a2308ea3dc27d6b9419 2,317 1.00/1.00 vMB 33
408,967 408,967 000000000000000001a579c57c2fd2ee0a5cee49ad654245cab36084a24dfc5a 3,181 1.00/1.00 vMB 38
408,966 408,966 00000000000000000455cbf01b012f84ab4551705abb5495c496e2feab953fe8 2,899 1.00/1.00 vMB 93
408,965 408,965 0000000000000000026ad2b9493308b9c16174ede6d9ca126f2d895f7c35abb4 1,506 0.81/1.00 vMB 30
408,964 408,964 0000000000000000009c48603ea2e6a57d52bef222ca3201e9b448efad7c880d 2,309 0.96/1.00 vMB 38
408,963 408,963 000000000000000006196eb87c9b0b5ffc887e741af1a33cf033d7ec227e9e96 928 0.42/1.00 vMB 37
408,962 408,962 00000000000000000337faf63dcb78630f5d5e90b72e3494b9ca8591b222f41a 1,633 0.74/1.00 vMB 39
408,961 408,961 0000000000000000046236adeea23848b5e046c9d849b81dd25178309c09026e 1,656 1.00/1.00 vMB 30
408,960 408,960 000000000000000001c948e015472e7e0388d030f1926b9939af84c11f7e48e3 1,245 1.00/1.00 vMB 23
408,959 408,959 00000000000000000586ccd30ab1761cc84c3d8b338f4c242e9d643b9282d395 2,806 0.99/1.00 vMB 52
408,958 408,958 0000000000000000005ce5d3fa1168d141490c0cd811e9858a0ccd632a467fdc 695 0.54/1.00 vMB 21
408,957 408,957 000000000000000001f2b2a2c38f62ad92ce007ccc2974165ffd787c45ad4f4f 2,494 0.93/1.00 vMB 42
408,956 408,956 0000000000000000008c68f58aaaec36b05d985c445446357c1179015756215d 851 0.38/1.00 vMB 40
408,955 408,955 000000000000000000910d67db5c4f82dc0b18291cd9c7312c24a303f0062f67 2,292 1.00/1.00 vMB 33
408,954 408,954 000000000000000001f63454a10a92a364a2e423c1f904b87680fe39433b0d7f 641 0.74/1.00 vMB 17
408,953 408,953 00000000000000000371a7db189c0c3445bfb2f4e3165c119a5ca217075df7b8 2,209 0.99/1.00 vMB 41
408,952 408,952 00000000000000000586e54c7e9239d4a489e90b4bd7d6e5e47b0abe11440456 2,265 1.00/1.00 vMB 38
408,951 408,951 0000000000000000022a08caca8be996bd17e2d62811e9292ac369d44aa3adb6 16 0.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.