Loading Tool

Explorer IconExplorer

Memory Pool

86,015 transactions
32.93 vMB
0.13438773 BTC
Random Selection Loading Transactions
Max Size: 195.87/200 MB

Candidate Block

Mining Attempt 9c29ab713df77d944a751ead46a86f43404dc9a0e26140a35513806352d6b4a6
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 0271bad28214492bbbb503c1bb10392ab282abc713c332eb0b6e1c7f0c5ce064
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.06227256 BTC
Feerates: 387.56 > 6.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (261,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,970 652,970 000000000000000000035ca8ca0950b61a612dd2de1c57de17ff9cc2721d58c0 2,588 1.00/1.00 vMB 21
652,969 652,969 000000000000000000036f30e826f09251035e918723728f13320281e0a1b208 2,307 1.00/1.00 vMB 27
652,968 652,968 00000000000000000002a55aa708f9f0d3f9a795433ab1e2b7b794d9c63dcabb 2,808 1.00/1.00 vMB 69
652,967 652,967 00000000000000000006725e0dafc4d124e3f7d9241881f372c473e2cca0b356 2,864 1.00/1.00 vMB 68
652,966 652,966 000000000000000000049e7209d8a4b56680a42d97ace9853c9105e293dd2bf2 2,510 1.00/1.00 vMB 60
652,965 652,965 00000000000000000007f1c9a9fb5a20a3821cbf2eab79eea10483cc418c5fa3 1,442 1.00/1.00 vMB 10
652,964 652,964 0000000000000000000e20a6edc15e2037488fd1f7a82221b40683fb2bb36a68 2,821 1.00/1.00 vMB 35
652,963 652,963 000000000000000000095c1ef189d8fc2d44ba6f4dd38d57de6b940662b98291 2,818 1.00/1.00 vMB 77
652,962 652,962 000000000000000000015e62d7c49a15773719cbb9e3486ce6faf46649200b1b 2,451 1.00/1.00 vMB 62
652,961 652,961 0000000000000000000b8451211ca815373b0563113059ca7db18c737e9331f6 1,711 1.00/1.00 vMB 81
652,960 652,960 000000000000000000009ae6ca1d1e0f275300032ebbdd655e7fe9b3885946c4 3,104 1.00/1.00 vMB 96
652,959 652,959 0000000000000000000d432ecea48ad0aa6ecbaec3cf6af6a75aa59c5ca4e2b1 1,608 0.66/1.00 vMB 44
652,958 652,958 00000000000000000009c678c3eead91c20492bf23f18183ba94c8bb15b1d371 625 0.23/1.00 vMB 33
652,957 652,957 00000000000000000006c97a342519ed988ef8de0107c82709fcf04ae3efd0f3 287 0.11/1.00 vMB 45
652,956 652,956 0000000000000000000a4c62cdb7bc46c325e19cf07cca4795bab981c263323f 531 0.24/1.00 vMB 3
652,955 652,955 000000000000000000085007b7f1a6b2a7c85c1319a5e1ddf98efff2095ae281 2,088 1.00/1.00 vMB 17
652,954 652,954 00000000000000000004b5b90c44be91152b6df9a27c8d580eafbec204c8734d 2,134 1.00/1.00 vMB 29
652,953 652,953 0000000000000000000ae99ec8eb67e0dbfa7be09b189ccd714bd380aaf7f301 2,630 1.00/1.00 vMB 59
652,952 652,952 0000000000000000000dc3f4ef2f513ee4c8f2bc22d712463d2b4ea213bb5760 2,439 1.00/1.00 vMB 86
652,951 652,951 00000000000000000005e551871b506f434e4e188e74684c08c2024aafb8df6d 22 0.01/1.00 vMB 74
652,950 652,950 00000000000000000004f74b9e6214ef61f128e910f44db945850b2f8084d4c9 239 0.07/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.31 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: 659.33 GB
    • Received: 14.60 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.