Loading Tool

Explorer IconExplorer

Memory Pool

41,512 transactions
28.19 vMB
0.08205307 BTC
Random Selection Loading Transactions
Max Size: 144.80/200 MB

Candidate Block

Mining Attempt 209d3a98f19ea8ad97577ad0dbedc82b411e819479ebf3dfdebfca03de25f7ba
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root f4c99311ad06c8fcc54eaa4a19cb24d7b6e6eeec7c9ab4b8cbb297246377c354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.02625729 BTC
Feerates: 200.00 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (148,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,938 765,938 0000000000000000000568fa444f5b0aed3f3c5eee3fc923b62b8bbfd04139bf 1,474 1.00/1.00 vMB 7
765,937 765,937 0000000000000000000705cb924e5d6b3f6f854c560f816e6703a7c516852a54 2,996 1.00/1.00 vMB 20
765,936 765,936 000000000000000000004983d0f741dcd978630d3a3248740119c3c6027df790 2,372 1.00/1.00 vMB 14
765,935 765,935 000000000000000000009d47bb2e1a5fae971f05128410c7b70e23077c9381fe 1,698 1.00/1.00 vMB 21
765,934 765,934 00000000000000000002621be75a15e45b0610420b48f3875d443ad3787ec0cf 1,391 0.69/1.00 vMB 15
765,933 765,933 00000000000000000001d08ee9b34b8739910bfb858127d133f293aa26f1a340 730 0.25/1.00 vMB 16
765,932 765,932 000000000000000000056f3dd0df56f94e45dccdc98d1b9d1d97b204f0408a35 78 0.02/1.00 vMB 15
765,931 765,931 00000000000000000004cf6ea271799cddc97524b3ed37ad99f825efb2c42787 107 0.51/1.00 vMB 1
765,930 765,930 000000000000000000046520466203fc30891d27e1f186073e9766d4d7e41258 2,492 1.00/1.00 vMB 15
765,929 765,929 000000000000000000058c10e4c7acc16c3b925d8099cfe06e2e960b20064c5f 510 1.00/1.00 vMB 4
765,928 765,928 00000000000000000003e9b61afa20438a44d6b77c5c9fe97bc7abb482efdcde 1,882 1.00/1.00 vMB 13
765,927 765,927 00000000000000000006e4f01405fb586222a2b189c53ea18c3178c250604a4e 1,956 1.00/1.00 vMB 13
765,926 765,926 00000000000000000003bbf1cdc8063493984c965e4c8a663c62ec7fb8f76fb8 230 0.36/1.00 vMB 1
765,925 765,925 00000000000000000004884d7c33388f51a4ff5315f81e1af20f0750f4901e9c 2,347 1.00/1.00 vMB 16
765,924 765,924 000000000000000000044918ef7e4f78463974fda8064bb3c302f0cb76a7f130 1,994 1.00/1.00 vMB 12
765,923 765,923 000000000000000000022500ca71cc355e3829f558dcabb2b8f80a3b9d53f68f 1,933 1.00/1.00 vMB 21
765,922 765,922 00000000000000000002fb2e0537dbcfae6ccf91d66af722a0d91f535d8dabc6 55 0.04/1.00 vMB 23
765,921 765,921 0000000000000000000176beca0569695764afcbf6e8ade04e02bdad2ad37c88 2,204 0.83/1.00 vMB 17
765,920 765,920 00000000000000000002b3185b4744c5f7906ed7f8d3d14f69d4c38ae6ef9cf5 1,202 0.58/1.00 vMB 14
765,919 765,919 0000000000000000000352eef6b8128704bed67cd2d4cd0d98c5405f56f54319 91 0.02/1.00 vMB 22
765,918 765,918 000000000000000000063c6b7c519f4d62827f75fddd03313b59709eb0d8bfe0 1,279 0.86/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.76 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: 632.43 GB
    • Received: 12.11 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.