Loading Tool

Explorer IconExplorer

Memory Pool

48,452 transactions
27.47 vMB
0.07647426 BTC
Random Selection Loading Transactions
Max Size: 146.44/200 MB

Candidate Block

Mining Attempt d585aef2702ebb1a59266fa7a84c690ed89e3620b59ca0a39a65e7c637b90b7d
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 48663dc926471a6a1cd1a898d227ebb43fcd513eb394a69a64fa8ff015bd35ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.02474903 BTC
Feerates: 150.92 > 2.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (904,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,539 10,539 00000000c881db9a0fa4b1131ad887b502be24b9792ad320bc6b0177a74fa9c0 1 0.00/1.00 vMB 0
10,538 10,538 00000000ca8050073868ebd23f32030e838fa9588b0b8b9746310c28c40418ab 1 0.00/1.00 vMB 0
10,537 10,537 000000002159583f9ed0ccb614b0c5f41087a0f6a5ffcfda452b24d9206d45e3 1 0.00/1.00 vMB 0
10,536 10,536 0000000009dbe8d1866a22463f424912679e9946f1a9c9659d1ffaa81043c0b4 1 0.00/1.00 vMB 0
10,535 10,535 0000000088ef3836b75087dc34efa95f6ae9728f013909dfe47736d6d1d0609a 1 0.00/1.00 vMB 0
10,534 10,534 00000000f0f5de02262920979749e238033b9fd3cd0a4e9c977306641a6eafb1 1 0.00/1.00 vMB 0
10,533 10,533 000000002c6b71e7e52baf45d0ed58aca5c637b2007433a21f993d781fe9407e 1 0.00/1.00 vMB 0
10,532 10,532 00000000aba119568a26c8901548381c6e847a7171e7567fbdf23b134ba2f908 1 0.00/1.00 vMB 0
10,531 10,531 000000001900f6bc29fd45bc6c99e79a1a8391500044e5614d4000666d94b5d4 1 0.00/1.00 vMB 0
10,530 10,530 000000007235af780170d74cbf994156ba7a0042a77aa1ec993576ec9b17ce5b 1 0.00/1.00 vMB 0
10,529 10,529 000000004efe71028841fbd3d02a78f47fd90b749ac9cac7e224e0a46f6e5450 1 0.00/1.00 vMB 0
10,528 10,528 000000004df827a4d02ae8fc825e4bea3b2473b3c008e6477e6515455983d422 1 0.00/1.00 vMB 0
10,527 10,527 00000000a683a7136c7e30858c9474f71197c7d40af82ef033914bb76fa59b2f 1 0.00/1.00 vMB 0
10,526 10,526 000000002bdc617af4f625762039d1c95ddac1fdd9e1e29a98d11c8109f440d6 1 0.00/1.00 vMB 0
10,525 10,525 00000000642cb8ea775872bbe530f2c9fdb42b4c5032f77708686bc3e204fd52 1 0.00/1.00 vMB 0
10,524 10,524 00000000be1adfd96612777e68bc31676caaf84316e04230ae0dd7965069db7a 1 0.00/1.00 vMB 0
10,523 10,523 0000000044391017851ab5022261c605a69b8f745413377352a5be89581568e5 1 0.00/1.00 vMB 0
10,522 10,522 00000000d8de941d20d20d577005b9f81fd5021f4fb79b80ee37f014b8989095 1 0.00/1.00 vMB 0
10,521 10,521 0000000027f0ce2047836bcb75a0000eb7744757d6e29a3d2505388c0a7568bd 1 0.00/1.00 vMB 0
10,520 10,520 00000000699119a6e5061ab24065db9eda22579a08b3150dcc504e17a0881f83 1 0.00/1.00 vMB 0
10,519 10,519 0000000028cb6bda4899118aab23ede821162f3f9042ea0e3791527d08bbe5e4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.