Loading Tool

Explorer IconExplorer

Memory Pool

76,798 transactions
28.68 vMB
0.07486116 BTC
Random Selection Loading Transactions
Max Size: 173.52/200 MB

Candidate Block

Mining Attempt 149e6f25e386a1fb21e8666e975cdc6f6b389c4e93d9d6a4c596d4740e83d633
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root bf6be33894e4489c5af579b067a983601094dc8b57b5fe94aff6c65684b28017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,121
Size: 1.00 vMB
Total Fees: 0.01506460 BTC
Feerates: 150.93 > 1.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (506,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,936 408,936 000000000000000001ec79893ebba0743018cce6ffa6b300955de58c59428f61 780 0.33/1.00 vMB 36
408,935 408,935 0000000000000000003d44f6572d89351727453dd10355abcb35e3de23605cc7 312 0.14/1.00 vMB 38
408,934 408,934 0000000000000000046636c5b64e521fbed2a9ce84cca1564cfe1be426488db7 1,057 0.39/1.00 vMB 42
408,933 408,933 0000000000000000047abd20d9c8cef20b240adc4b903b8b3ad67829cd583d20 2,309 0.98/1.00 vMB 39
408,932 408,932 00000000000000000568754b889df0a7880161cc0f7d6bbe426dde2d5734c655 1,321 0.50/1.00 vMB 40
408,931 408,931 000000000000000001cff411965ba4d72417df181f1bcbef3cffb569c70fccfd 1,949 0.80/1.00 vMB 37
408,930 408,930 000000000000000004c4ec02d487602301a13f8bddba409e0269bccc77a9757e 471 0.21/1.00 vMB 37
408,929 408,929 000000000000000002d2fcc0c1e0a29b483fc960c78b38d55bccfc2d3dcafda7 542 0.99/1.00 vMB 16
408,928 408,928 000000000000000004fe44009a968f24d4bacbfceefed9104731a1e44b3b213d 1,294 1.00/1.00 vMB 22
408,927 408,927 000000000000000005b6b178e8f1514b2dececb5c5e04f0924c39365b0586c25 1,426 1.00/1.00 vMB 24
408,926 408,926 00000000000000000196254d3e3fab95b352285b2584c535e90c60eca68466c4 1,326 0.54/1.00 vMB 34
408,925 408,925 00000000000000000021423b40fe8a8d4199543adc4737d49f23192c682e63b4 1,469 0.58/1.00 vMB 40
408,924 408,924 000000000000000002027362b7096a0853334366eaab0976b272a8bff875950e 2,296 0.76/1.00 vMB 46
408,923 408,923 0000000000000000048b58cdd7a74243c3edf422e81333d5039af9c65b9a68f0 968 0.48/1.00 vMB 38
408,922 408,922 000000000000000000ad07eb9598b8d6b2214c4f8aa68401052ba8496f398c57 994 0.43/1.00 vMB 37
408,921 408,921 000000000000000003753bd50016e1a4a94a14ffa18b43e29ec522896c41eb7a 1,404 0.72/1.00 vMB 32
408,920 408,920 0000000000000000039f9c9d9027c5dd42a7c9236d44605612ecf19388abf2b1 1,975 1.00/1.00 vMB 32
408,919 408,919 000000000000000002e9cb348247c00c81dc961495ecf34e2edc90ae39c0c67c 3,139 1.00/1.00 vMB 48
408,918 408,918 000000000000000000644206adb85777589662dd752a076123789b4e73baa8a6 2,530 1.00/1.00 vMB 38
408,917 408,917 00000000000000000516a5c45146f6ff1d9d19f873f1a6a719e4dcca3dc6e708 669 0.30/1.00 vMB 35
408,916 408,916 000000000000000005c866ebd3751bab0a1eaa53bb17d736d8e4115017022f3b 1,421 0.69/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.