Loading Tool

Explorer IconExplorer

Memory Pool

87,780 transactions
32.50 vMB
0.15146357 BTC
Random Selection Loading Transactions
Max Size: 199.33/200 MB

Candidate Block

Mining Attempt 206398f31cc7668875e812ea83b8d6bd0b4c07200d88f2ab1ceba55e0cc4b2ab
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 8f1a5f359bd33f8fd14dfa92cc7eb6626d804d21f6d14159a6f3f86decfabef7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.06756303 BTC
Feerates: 502.65 > 6.77 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (120,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,021 795,021 00000000000000000004f5aec051f3aa66425cb4cc9bcd2b23f2bd383a9d3ddc 1,440 1.00/1.00 vMB 17
795,020 795,020 00000000000000000000c5912e797eda6160863042f9bdd89f216bfa4603a603 2,343 1.00/1.00 vMB 14
795,019 795,019 0000000000000000000478aaa79a8731d7a61b910f23d902b7616576fbb9eef0 2,831 1.00/1.00 vMB 12
795,018 795,018 00000000000000000002f366a52c5f9a8d4117fe1552b4c00531022778edc259 761 1.00/1.00 vMB 14
795,017 795,017 00000000000000000003ad930061b97139ac6b72fc20c052edec0dcbbeab50c4 338 1.00/1.00 vMB 12
795,016 795,016 00000000000000000000a68bb0fb74b95f0def9140f3d10e8a191c025b9c93bd 1,551 1.00/1.00 vMB 17
795,015 795,015 000000000000000000042e8c9cad3593aefab24b13daa041a62b8c60f699a861 608 1.00/1.00 vMB 14
795,014 795,014 000000000000000000003fba81eee3d05bda273bc5c2790c5d27db1132470352 4,690 1.00/1.00 vMB 13
795,013 795,013 00000000000000000003e891e992d841b6ee89ba739112478e2a724409ffed9e 2,873 1.00/1.00 vMB 18
795,012 795,012 000000000000000000012be08c6b38127171655d771880eee87c3176fb30e5ca 4,793 1.00/1.00 vMB 13
795,011 795,011 00000000000000000004070539e5e91fec57c3a27dfccf6a36fc3ab89eb228c4 2,801 1.00/1.00 vMB 11
795,010 795,010 00000000000000000003fad540a45abb24eb4a0c33392aef31a94973f5c34c02 2,437 1.00/1.00 vMB 25
795,009 795,009 00000000000000000003a6fe998285d83a8fc27e3f617d2a8800da78c2255a94 4,615 1.00/1.00 vMB 11
795,008 795,008 000000000000000000041bc55fec6e63f27900b8efee4bf0a525accd68c6ee1b 5,004 1.00/1.00 vMB 10
795,007 795,007 000000000000000000002ed5bfd475a681dbbfb330b8fdcf1a85e3228ab0370b 2,736 1.00/1.00 vMB 11
795,006 795,006 00000000000000000000ded22cd39c256d5656e9e4242e0d385eb9a9e3769c5f 2,529 1.00/1.00 vMB 21
795,005 795,005 000000000000000000001a66234a3282c7d7b2e6d20b0213bbaef0683cbd3c46 1,673 1.00/1.00 vMB 19
795,004 795,004 000000000000000000033e12ba3581cec4ff303c949e809b3b7e365020b4c171 2,777 1.00/1.00 vMB 30
795,003 795,003 0000000000000000000051b2f01aaa14164d39a42d128fa15930052432455006 2,272 1.00/1.00 vMB 13
795,002 795,002 000000000000000000055c9559330ab4bb98a8ddde7aaaf55020a69e4edad0aa 3,530 1.00/1.00 vMB 14
795,001 795,001 00000000000000000001a05c33171404f4b12fc23619043b2e5564d6d8cc2d2d 3,323 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.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: 709.16 GB
    • Received: 16.85 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.