Loading Tool

Explorer IconExplorer

Memory Pool

53,938 transactions
31.96 vMB
0.14045711 BTC
Random Selection Loading Transactions
Max Size: 170.59/200 MB

Candidate Block

Mining Attempt e2974f3d87080d41891dc0aa302c2b5b8cce4fac98dc1f818f2a5a2b9212dd24
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 1f44c4aa0369e1543ae5975c25ece2c22a2afcd0dc3c94a9b39ab59074f690ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.04241456 BTC
Feerates: 104.17 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (291,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,900 622,900 0000000000000000000cac037b772a368bd7e24d5b93006582a438a71f7cd85c 2,361 1.00/1.00 vMB 74
622,899 622,899 0000000000000000000e842958af25462444051efd2c5996c65cdb4a8ad04517 2,432 1.00/1.00 vMB 74
622,898 622,898 0000000000000000000109ac6912097dd5babee5d3466647de8e765bad6a3e2a 2,323 1.00/1.00 vMB 77
622,897 622,897 000000000000000000102053ca8ab484bd93ec0ef29b00b53b0078220b6cae32 2,920 1.00/1.00 vMB 85
622,896 622,896 0000000000000000000bd3c7dcf9ca7725e11d97b86ddecf384bebbccfae9e04 2,917 1.00/1.00 vMB 63
622,895 622,895 00000000000000000000cdb752ef6eb29322cefe6b18f863eabeb59ca9691408 2,971 1.00/1.00 vMB 70
622,894 622,894 0000000000000000000ddc3d2640d4d30f1d014ef2d209c5ca2ff571eceed050 2,626 1.00/1.00 vMB 81
622,893 622,893 00000000000000000003a1cf1bd62884dabf3d201cd9146b66f1024bbf95d594 2,883 1.00/1.00 vMB 92
622,892 622,892 0000000000000000000f243c3aa7ec3f150d649a9ae3ce230e88a569c423f7e2 3,053 1.00/1.00 vMB 70
622,891 622,891 0000000000000000000e7b27304005f331f1a8e6a44dc2cd651c4038c5e58d0b 3,149 1.00/1.00 vMB 81
622,890 622,890 000000000000000000108798d834c24d7a9d008838e3288c0efeb139fa880ba5 2,984 1.00/1.00 vMB 115
622,889 622,889 0000000000000000000ec8f6ff2af3cbaa1c77e071fc247a731a1e42c6a8ddad 2,626 1.00/1.00 vMB 77
622,888 622,888 0000000000000000000cf09610a49168d9924a30223b536199f4267da9c83aee 2,278 1.00/1.00 vMB 63
622,887 622,887 000000000000000000076376a4001b7bc0c636329c848fe367536f7988ef7173 2,602 1.00/1.00 vMB 103
622,886 622,886 0000000000000000000f676241aabc9b62b748d26192a44bc25720c34de27d19 2,931 1.00/1.00 vMB 53
622,885 622,885 0000000000000000000d80c7cc0a70c6111e9b039bdb8cd3b60de8a641395a40 2,569 1.00/1.00 vMB 61
622,884 622,884 00000000000000000000d795c4930dbe899ffef3915def3402c964524ba8223c 2,465 1.00/1.00 vMB 70
622,883 622,883 0000000000000000000d2b9bb02e427fd3e3afc7f0b72eb0243c639d4731bb01 2,665 1.00/1.00 vMB 49
622,882 622,882 0000000000000000000084b7a9dac2597c2a5c6d1a58caafba62489f5be4afd4 3,060 1.00/1.00 vMB 73
622,881 622,881 000000000000000000007f987186abe4bdd2f17caa805752591951971cd4428e 2,930 1.00/1.00 vMB 71
622,880 622,880 0000000000000000000a3f675797db67fe548f5a43206e73bae11146389bfd63 2,625 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.