Loading Tool

Explorer IconExplorer

Memory Pool

77,357 transactions
29.88 vMB
0.10458089 BTC
Random Selection Loading Transactions
Max Size: 178.56/200 MB

Candidate Block

Mining Attempt 66f9ebd1064a0f219f829e177242828ec2f4b3ee3fb4529436542ddc9c83703f
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 81a2a47cbf5ca6781a79551f6eadf0722d6fc1bcf1011be03c6b8a51c78a0616
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 853
Size: 1.00 vMB
Total Fees: 0.02250393 BTC
Feerates: 21.31 > 2.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (235,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,836 679,836 000000000000000000050081b7c018190d0bb6d012fdb9fda8209413e93b3291 1,339 1.00/1.00 vMB 252
679,835 679,835 0000000000000000000118fe84248c47a031f5a4511c3e4611496c121eda708a 2,148 1.00/1.00 vMB 245
679,834 679,834 0000000000000000000b2d0f615434967d490bd74bf3e6e996a4952f1d2d567d 2,625 1.00/1.00 vMB 252
679,833 679,833 00000000000000000005359275e1ea563bea1fbe82cd7eba0c8ba054dfd8ec6d 2,639 1.00/1.00 vMB 253
679,832 679,832 00000000000000000008ac7409a04ede8accfb8ddba791df47e9ccd3246d15c4 2,256 1.00/1.00 vMB 265
679,831 679,831 00000000000000000009436c58226464d0904112d4a6f1a2aa6c00d1681ee10c 1,719 1.00/1.00 vMB 247
679,830 679,830 00000000000000000009ca222a1bb903d96e215b17600715ff3b99b9f8d71559 2,623 1.00/1.00 vMB 264
679,829 679,829 0000000000000000000586b2d278e4e8728def069d5d2e209b0b0fd3cd26654e 2,342 1.00/1.00 vMB 256
679,828 679,828 00000000000000000000748a0a156dd2230c9fd94aefc850926b1293d60561b5 2,243 1.00/1.00 vMB 276
679,827 679,827 00000000000000000003f186f1214ebd583b22979dfb937ed729495fbb66c7ce 2,162 1.00/1.00 vMB 271
679,826 679,826 0000000000000000000a7b185f6d9a93a84e3208aa3bc2e85503fcfd16dda0dc 2,724 1.00/1.00 vMB 303
679,825 679,825 0000000000000000000aa965c41a49a1742e90ab03952f80476f03b4eb563a3a 1,247 1.00/1.00 vMB 252
679,824 679,824 0000000000000000000a67e23ad0775c8498d7223c40a6c1ded5db206ea03289 2,192 1.00/1.00 vMB 272
679,823 679,823 00000000000000000003bafb886ee28df8137fedf97ff89b79aaef39fe2ea3c2 2,786 1.00/1.00 vMB 221
679,822 679,822 0000000000000000000151108ccbdb55bbf1f97779c4bc475f89b58d10d8b6c1 2,599 1.00/1.00 vMB 263
679,821 679,821 00000000000000000005c074987ec8cb6a9af0c1115b90a0c19043ca10e7485d 2,141 1.00/1.00 vMB 229
679,820 679,820 00000000000000000009ec3182a79dad9140ea99f1fce9d5238e9566857945b8 2,872 1.00/1.00 vMB 284
679,819 679,819 0000000000000000000a5ac196e4d50a7cc29873dcc93e569f58ef07fb667f0c 2,067 1.00/1.00 vMB 240
679,818 679,818 000000000000000000009454a2f19e22ed7eb412536226793f0fee19e4dbba7e 2,558 1.00/1.00 vMB 244
679,817 679,817 00000000000000000008b757f5e47b65dd5eb56a8b91e10c2453e6a5dc617ad4 2,753 1.00/1.00 vMB 270
679,816 679,816 0000000000000000000b393627ccefdae6bab453fafc1b952ea8f1f54dab8c22 1,848 1.00/1.00 vMB 247
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.29 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.