Loading Tool

Explorer IconExplorer

Memory Pool

44,791 transactions
28.18 vMB
0.07674843 BTC
Random Selection Loading Transactions
Max Size: 148.00/200 MB

Candidate Block

Mining Attempt d10c0267b13a90cb6bc6a72e2901321adefcf7cf62696889abe6e84329d87697
Version 20000000
Previous Block 000000000000000000009f8355e2d0b859207e1888b0f643858283125ec7229c
Merkle Root 2cb2196a81d9272f01cac5dc64fcfb3c788df5076b16507fea94a97bb47634a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,742
Size: 1.00 vMB
Total Fees: 0.02278125 BTC
Feerates: 100.29 > 2.28 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,255 (797,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,703 116,703 0000000000009dec651d0c1c800add74a97c2c22d1ed84ff1707e2943c1f5458 20 0.01/1.00 vMB 745
116,702 116,702 0000000000000ebea373278f1c4d4d6b85e5addf0ecc7043fc3270d1906afc84 12 0.00/1.00 vMB 1,082
116,701 116,701 000000000000f016398e7dd02b239467c4478334ee459c79d486e1c878a96293 8 0.00/1.00 vMB 1,447
116,700 116,700 00000000000014308b79e3613e8a44ce128c7bcea044429ed05d477489f44521 12 0.00/1.00 vMB 0
116,699 116,699 00000000000056568935fb90ce90dc5a9e632e4efd262268ce129cf3a80c143f 19 0.01/1.00 vMB 490
116,698 116,698 000000000000c97016981a299fecabf1bbbdda83f80e1bcc3caa310c82bfddc7 9 0.00/1.00 vMB 0
116,697 116,697 000000000000b9ef99a12e97bd9e9c0ef01b0f498c0c5d6393b5a9213617a3a5 17 0.01/1.00 vMB 1,834
116,696 116,696 00000000000076cb8f451c61104c5cff2299b6cdec595986fb504be4c23f5918 8 0.00/1.00 vMB 229
116,695 116,695 0000000000006f0aaf8dc4cb6111e27939028c3d0e72e6fb1a37e173d5e3b177 5 0.00/1.00 vMB 3,392
116,694 116,694 000000000000bdc79fc7328becbefe40a2521ebe3db356c392d4a7d945b20c77 8 0.00/1.00 vMB 1,207
116,693 116,693 0000000000001bf946f5a5ff3491a9df8f39e88f91a743581e7e246f62878de0 1 0.00/1.00 vMB 0
116,692 116,692 0000000000003ed3c6df454d997d8a661c2a358741e68c162b45c39f8b6747ce 12 0.00/1.00 vMB 677
116,691 116,691 00000000000000876c1aa4de602460b16c9fe237599aa494e5148ba0b0a40e02 11 0.00/1.00 vMB 723
116,690 116,690 000000000000842d0146af499ccbab85da764da0c79d6c2a86a037751880381a 9 0.00/1.00 vMB 363
116,689 116,689 000000000000bacdd583bad78c22775967b73181fc3a9c05d46bc83d3c20af47 13 0.00/1.00 vMB 1,357
116,688 116,688 0000000000006146bb71d1565d9a23cd76646e71eae4030b12c401d8c9ce97ed 12 0.00/1.00 vMB 0
116,687 116,687 0000000000005d48d59b8f1d051bfc119e84db51747fb282a54e359a783bc7d7 8 0.01/1.00 vMB 1,625
116,686 116,686 00000000000077125980475f66235f56ae1cef95da697360eb272e8ffb88c653 12 0.00/1.00 vMB 638
116,685 116,685 00000000000042635c07c8eff2e2159b1421134fe3a0c590e21e067fbf6174cb 7 0.00/1.00 vMB 1,036
116,684 116,684 0000000000004eaf82aa969a53671b5227b47481ac64c1e48a308f28acf2e0ee 13 0.00/1.00 vMB 868
116,683 116,683 0000000000008f811a83e67c00185cd920d877b1489912828c6138b9e3d07f2d 5 0.00/1.00 vMB 335
Previous 10 blocks ↓
Total Size: 781.05 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: 577.24 GB
    • Received: 8.58 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.