Loading Tool

Explorer IconExplorer

Memory Pool

43,591 transactions
26.95 vMB
0.08820328 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt 323b752961eabde3fc5031ee86324e3b8efa8ccacc4d8d218e26d0f934b4bd92
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a0f494ec35d09f2dabc63f06b45f4d2e5a5f2d17d4e0b8489e29f74f62775db2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.03661485 BTC
Feerates: 151.01 > 3.67 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (204,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,833 710,833 0000000000000000000819f4e23c6e1f6e0150659c4050df7e17c93e58de4983 2,487 0.85/1.00 vMB 9
710,832 710,832 00000000000000000004933f50eaceb7c88c5099a58c38fa474abe8ccdb8bace 1,678 0.60/1.00 vMB 10
710,831 710,831 000000000000000000050c82971ab69d5d38f935b443eeb93a04961caa379186 419 0.14/1.00 vMB 8
710,830 710,830 00000000000000000000f932e6db5ce1c389100a8a1b85a8e7cec6439e1e2a1e 2,353 0.95/1.00 vMB 8
710,829 710,829 0000000000000000000b65f0ff361f567fcbfcc0c48fe8482b6224216aa8e32f 275 0.38/1.00 vMB 2
710,828 710,828 0000000000000000000329cf80c8d05e34f6626fec82b90dbd83144170ae1072 1,386 1.00/1.00 vMB 5
710,827 710,827 0000000000000000000188d66aa7d0e895beb82075287b5b30b1e2c704a65072 372 1.00/1.00 vMB 2
710,826 710,826 000000000000000000089bd400511c2b691f0de3d062d45c673b50279376250e 453 1.00/1.00 vMB 2
710,825 710,825 0000000000000000000a70ed8bf4c6b8ce5abd202096a858a57240397e49f48f 2,470 1.00/1.00 vMB 8
710,824 710,824 000000000000000000097a0aa94284b6cc15f5fc26db30089c9bc06814f4398e 1,838 1.00/1.00 vMB 6
710,823 710,823 0000000000000000000ae992ea5df3590a7378bbeca48154e5bf85a6b38b4b2c 1,435 1.00/1.00 vMB 3
710,822 710,822 000000000000000000031c7cd797cc42c677e34dc5b3328e139a17543c07a2e9 1 0.00/1.00 vMB 0
710,821 710,821 00000000000000000000fe9f3402b2fc6b6461062bedb29c6b17e0cdd5940621 1,310 1.00/1.00 vMB 6
710,820 710,820 00000000000000000009b0de787354aa0e1909245925600b7bc986f1e3689ca5 2,690 1.00/1.00 vMB 6
710,819 710,819 0000000000000000000ae138aacd0466e6bc0c9fd22e08fc3ffe7c7ef7810b1f 3,462 1.00/1.00 vMB 16
710,818 710,818 00000000000000000008a1dc2e812340d7204399e892a32c0b92b6f03b41e7a2 1,515 1.00/1.00 vMB 6
710,817 710,817 000000000000000000058aeec0a0f692521ac0c74d524fa07591b7a7cc6a6865 3,652 1.00/1.00 vMB 4
710,816 710,816 0000000000000000000ba9910d7fc1f7ac8a6e1b1f0ca4b9b3db79fe6a9bc84e 1,107 1.00/1.00 vMB 6
710,815 710,815 00000000000000000006e328c370a7f7432c0e28b9e2d590bce3467f3523bb00 2,650 1.00/1.00 vMB 13
710,814 710,814 000000000000000000057c190b0b0425f2f670e416deb851b7b98c29811d302d 3,156 1.00/1.00 vMB 7
710,813 710,813 00000000000000000004b25a976dcae67f481ae95ede745ffd0cf7fbc705b730 2,222 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.