Loading Tool

Explorer IconExplorer

Memory Pool

29,130 transactions
27.39 vMB
0.12052436 BTC
Random Selection Loading Transactions
Max Size: 132.99/200 MB

Candidate Block

Mining Attempt dda16e5b717bfc931d287b16fe3707009bff1129d19bbef7e59b1492f9437d70
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root a66f5f9db7331bf6cfd2c1d440748586e07399ef91a3580392c18413238e479c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,300
Size: 1.00 vMB
Total Fees: 0.06872985 BTC
Feerates: 150.74 > 6.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (486,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,049 428,049 00000000000000000280328630f8921481242f0a63864ff9f77556a3cf3cbc26 2,053 0.88/1.00 vMB 61
428,048 428,048 000000000000000002b57cd126c6f9312acc69f5c8e829414957087cea6a47b0 495 0.56/1.00 vMB 19
428,047 428,047 0000000000000000026b0ef458f6d061ee92871f8d9e7b583464a0aa8bba511a 1,537 1.00/1.00 vMB 43
428,046 428,046 000000000000000001c2ac5f2ce7f1e07ca3653a0ccf23115a3570d13219f325 1,647 1.00/1.00 vMB 52
428,045 428,045 0000000000000000032c8db9a5fcaee4f4f5704f41b467661b7ce9d5284e6469 1,493 1.00/1.00 vMB 50
428,044 428,044 00000000000000000195fadc7ca939dbcd5dd0f9af185763f65037a95f4d6fe6 2,434 1.00/1.00 vMB 58
428,043 428,043 0000000000000000012cf2682d60999b038bb1edfc25478ece44d6fd327d9695 2,081 1.00/1.00 vMB 43
428,042 428,042 000000000000000003640ea0023808be72d9fc39df525189730e59f9b9d7c198 2,330 1.00/1.00 vMB 62
428,041 428,041 00000000000000000450ac6007a1fb9ea1559b4488b76eff3b93930989524a05 2,215 1.00/1.00 vMB 63
428,040 428,040 0000000000000000049268d0430639610953232ba8bca3105deda5729b34d3b6 1,478 0.99/1.00 vMB 77
428,039 428,039 00000000000000000323412f08f452cdd4bdb7bf709e1090839b962b73fd2ece 1,851 1.00/1.00 vMB 80
428,038 428,038 0000000000000000029b35c2e8d8ffea0d6b0bd4a4a3c3992011365343a3fbb3 604 0.32/1.00 vMB 51
428,037 428,037 000000000000000004f10742bb2f4fcaf8922c25b6d05f612d183c125708355c 269 0.13/1.00 vMB 47
428,036 428,036 0000000000000000006ddc75729fc2182c7b93a4a13ef7cf46de036b51cd2090 833 1.00/1.00 vMB 21
428,035 428,035 00000000000000000312916637646af71577b6bdab60cb5d89dd9f0c6d96d575 301 0.12/1.00 vMB 63
428,034 428,034 000000000000000000477a6f63800afe987eec17fbbb2c650f702bfd43ce924b 1,577 0.99/1.00 vMB 40
428,033 428,033 000000000000000001c84a6c1969e7333a2fd00c23dc4ee14abcac7d1163a9c0 532 0.98/1.00 vMB 12
428,032 428,032 0000000000000000031286b7df44983243e62cc9c0dc30039b5679542d2d9cc2 1,653 1.00/1.00 vMB 42
428,031 428,031 0000000000000000046a5e2094baf6cbeab4f6e7f0fa9287756c2fd49a5091cb 2,377 1.00/1.00 vMB 53
428,030 428,030 0000000000000000010a052a6eb754c9cee776b37d3362e317ba9a4bd0477c00 2,564 1.00/1.00 vMB 69
428,029 428,029 0000000000000000039ab49c7d17264e91147b7af74daaa2d50b843dae9d02d3 2,594 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.52 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: 612.87 GB
    • Received: 11.07 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.