Loading Tool

Explorer IconExplorer

Memory Pool

80,789 transactions
30.49 vMB
0.08205433 BTC
Random Selection Loading Transactions
Max Size: 185.90/200 MB

Candidate Block

Mining Attempt 6da90d884e5afd4364797dc28464448ab2ca112f555240b852cd0b582334e444
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 9a872ce19ebe7ee249da9506ec5dd17fcab238a8d6007c710440fbf13ebba1bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.01379967 BTC
Feerates: 318.30 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (495,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,647 419,647 0000000000000000030819bceba406cf3fa50a51d3091ffa7766a0563db1948e 1,955 1.00/1.00 vMB 41
419,646 419,646 0000000000000000050754cf7258cdad96b92281e06a4639fd9383ac7fb5f801 2,856 1.00/1.00 vMB 78
419,645 419,645 0000000000000000029ed0f55de7be6a86ca51437a45c12a937ab3747fd2b16e 164 0.16/1.00 vMB 17
419,644 419,644 000000000000000000a2a4773e37734072acc057fd4b780ce200860e88c90a7f 1,511 1.00/1.00 vMB 35
419,643 419,643 000000000000000002a1deaa77794882022d0067fc8305129126c16472182003 2,861 1.00/1.00 vMB 70
419,642 419,642 0000000000000000033de228281538b6355e4eaee2cd264c0ae84bc118d1e02e 375 0.27/1.00 vMB 39
419,641 419,641 00000000000000000512436e5ead99b129a6d3969b24deaf1fd0fba8320830da 2,003 0.98/1.00 vMB 47
419,640 419,640 000000000000000002cc23abdd358f0a4cd25b9f9be732739a7a6ca8eca6a682 491 0.23/1.00 vMB 45
419,639 419,639 000000000000000004ebd2f16ff5f7c9747a8b20cb56b6c2c60146b419be6682 251 0.10/1.00 vMB 56
419,638 419,638 0000000000000000011fa76444740b1ec778078596d19dd79c3090082bd999dd 600 0.74/1.00 vMB 28
419,637 419,637 000000000000000003954ded83c8bf2707961af7c8f58169acc67a92b9aa32fb 1,380 0.99/1.00 vMB 37
419,636 419,636 000000000000000003a229bbcff7699a31d312c137f256ed72bd46c778bc503a 849 1.00/1.00 vMB 25
419,635 419,635 0000000000000000000fd32d87fce19efb7ccd07aa4ddaf1b94b9a219deec0f9 1,843 1.00/1.00 vMB 44
419,634 419,634 000000000000000002988d6512719697147cf252b2f64d247cf229266615d2bb 2,534 1.00/1.00 vMB 65
419,633 419,633 0000000000000000018626ff7160bdf38a602e6650bd04ec258759ea578b106d 626 1.00/1.00 vMB 19
419,632 419,632 000000000000000002911044ab0289b2b679e9f29fe27792b81e18442cc9c0f7 1,904 0.94/1.00 vMB 52
419,631 419,631 000000000000000001e19dc280803ab434028fe82cfeb4575dc71bb1e39a1bb8 999 0.53/1.00 vMB 51
419,630 419,630 00000000000000000301137034f5e06cda3c836cdee86bb90cf73cfd0740779c 621 0.46/1.00 vMB 40
419,629 419,629 000000000000000003c71bedb38c6a4c102d5f8d4ad229dc20799a3af92d8dca 935 0.99/1.00 vMB 22
419,628 419,628 000000000000000003a076f28aeba0e4dcb82b3e33d352224afabae8d8b042bb 937 0.96/1.00 vMB 25
419,627 419,627 000000000000000000ebfbcc91fd0ff5da7426327edb0ce626d874acfba91800 1,324 0.74/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.00 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: 718.33 GB
    • Received: 17.88 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.