Loading Tool

Explorer IconExplorer

Memory Pool

15,000 transactions
6.48 vMB
0.03536151 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.13/200 MB

Candidate Block

Mining Attempt 5e24b8edafcf77db601afbcb76e09d957d9a0c6d9642df12d9ded94afc805cad
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 39393e2f37bdf47029b55c4777161f39c35229b570d07be3a974c5041d89a269
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,353
Size: 1.00 vMB
Total Fees: 0.02123750 BTC
Median Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (772,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,869 140,869 0000000000000835280c5ed61c5d2654a4f63f18e6245495e0c788a52662cce3 18 0.01 vMB 564
140,868 140,868 00000000000001db1d1734deb6aa6bcfff41e4e2b0c201d0e1d2891a298e948f 75 0.03 vMB 483
140,867 140,867 00000000000007bd3f1b41385934579c100bbeb760c1ccc48b177e915eea699e 10 0.01 vMB 810
140,866 140,866 0000000000000013efe7e2f7b9c87e64ae07f430cd852ac78f6185c86f60e59f 168 0.05 vMB 69
140,865 140,865 00000000000001bef6775f0abb1c7fec28539196bf5794ad47bcd72b40562259 202 0.08 vMB 174
140,864 140,864 00000000000006f3e58dbacd07603134fead8df2023392f40a9da329732955d7 99 0.05 vMB 99
140,863 140,863 00000000000002b3093b70f6816fc369e9beb00f1dfeef1861d68a0a085c2e13 93 0.05 vMB 539
140,862 140,862 00000000000005741a4a0135154fc02c9f72680918c524ba141987fdf01c8073 57 0.03 vMB 625
140,861 140,861 000000000000012347df20e12052bc71771c843897f1be4989912eb3301340bf 55 0.03 vMB 805
140,860 140,860 000000000000029c0e459905b43985f5e9665c0e43e6e661a5d3f1a27bf40ecc 84 0.04 vMB 221
140,859 140,859 00000000000000d9fd6fa080908814baf60135666f75c314385fd55c63e5c05c 7 0.00 vMB 95
140,858 140,858 00000000000002acc669890e65b230fa870e7622856cb969bd9f6ba5d77d7eb0 32 0.01 vMB 82
140,857 140,857 00000000000008878c124983bb4c6373e6fe78685d5afe35d5d6fef96b216549 9 0.00 vMB 526
140,856 140,856 0000000000000193e76352e63e0f1eb399612d21ab86787245ce745e6b47d7b0 111 0.04 vMB 166
140,855 140,855 0000000000000455148e8a5717c7288d519882b2c5be53de2bd68d2b412a5567 15 0.00 vMB 121
140,854 140,854 0000000000000089ed762dcc8411eb8103cda45f52584552286fffbc062b5460 9 0.00 vMB 0
140,853 140,853 00000000000000b072a3cc8df18534834ef7bc3feac9e8ee15bcba0339acd8e4 50 0.04 vMB 106
140,852 140,852 000000000000004b133461be28130b426c6c8ee63b060a4897cdf696825aa20c 36 0.01 vMB 209
140,851 140,851 000000000000006f0a847d807f33a3863417f36838c3857747bb802d58c3538a 7 0.00 vMB 18
140,850 140,850 00000000000004809ca91ec2c0ed6a005f91e21659ab6d49dfcfcfd11d85d803 51 0.02 vMB 219
140,849 140,849 00000000000002b8042604c0b5635ebd08784d3868ddd9da327cca7aedacebb2 68 0.02 vMB 72
Previous 10 blocks ↓
Total Size: 779.66 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: 315.34 GB
    • Received: 1.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.