Loading Tool

Explorer IconExplorer

Memory Pool

33,699 transactions
25.53 vMB
0.05571706 BTC
Random Selection Loading Transactions
Max Size: 129.11/200 MB

Candidate Block

Mining Attempt e75a6f897ade79c80669c8c1ae98a45bba4d999c3d1b8a8c03e0ad4f2820d20d
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 2e5ce2f5fa7b46350b7df9df0849a9eab7937aea556c0320401214a0cdbde673
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,608
Size: 1.00 vMB
Total Fees: 0.00928823 BTC
Feerates: 74.70 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (557,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,902 356,902 0000000000000000019350396ac063110666fa01dd03cbd72e685b05bc3e0fa9 867 0.45/1.00 vMB 28
356,901 356,901 00000000000000000f680c1470e84d1158e0cc4bb9b0a41b8a0792b5322110c3 396 0.20/1.00 vMB 25
356,900 356,900 00000000000000000830ca542c39ac262ca2ae51b0a9a4d32450e81ab69c5e82 161 0.22/1.00 vMB 10
356,899 356,899 00000000000000000df30bd4818902bb093b2019d22e8df55c9e44bd57a912df 1,543 0.75/1.00 vMB 30
356,898 356,898 00000000000000000d3d0f1ec7a76d314538ab5937726cb368070e84873e78c2 747 0.41/1.00 vMB 23
356,897 356,897 000000000000000007c24f8525edea24e34d44cea0c2cc80e50d1257f0db3a54 1,122 0.52/1.00 vMB 29
356,896 356,896 00000000000000000f383d7300cabaac1f80d7f55b159f955e6a89b1440701fe 711 0.47/1.00 vMB 23
356,895 356,895 00000000000000000798a442ef40ecdea03a597d889189cb0477fe6ba3ebdc20 340 0.37/1.00 vMB 13
356,894 356,894 0000000000000000103028388b960c026637d276d6ad5a1227ee6a745848894c 765 0.25/1.00 vMB 56
356,893 356,893 000000000000000001e508efac63424f5f41f4a1f6068da5dbb54bca46d43679 509 0.68/1.00 vMB 11
356,892 356,892 0000000000000000019fab86aa90b67f3e76a2c38856e70168edf50dc2ef91ad 585 0.75/1.00 vMB 16
356,891 356,891 000000000000000015b4f51daef07f86bab476a80456ea9f1a1a78e6fb9db6d8 443 0.75/1.00 vMB 15
356,890 356,890 000000000000000006b79991ca34bd0cd08e907b2bbac1edecb7c9f9e84684af 1,786 1.00/1.00 vMB 27
356,889 356,889 00000000000000000eacfb1196b967e1da8dc783ae37d644b602c92bc82abad6 1,832 0.75/1.00 vMB 33
356,888 356,888 0000000000000000109761fe650499693c86591f28919ee13d0172a78cd8c9cb 385 0.75/1.00 vMB 13
356,887 356,887 000000000000000004a8bfd254314ac41a335c38bf719b8b2d036a780a8d85cc 927 0.75/1.00 vMB 20
356,886 356,886 00000000000000001565fbc1e2ecad6b4792f4a2c3b0c6ca7d7bd739d896319d 305 0.17/1.00 vMB 23
356,885 356,885 000000000000000012c43454a32e8f8d230231dc01a556efcd43ff3ea6343e5f 1,068 0.59/1.00 vMB 26
356,884 356,884 000000000000000015a2dca1bcd070c417e37ec0b4c4f0130f7e5b46d9880ba0 1,533 0.75/1.00 vMB 30
356,883 356,883 000000000000000003e4d1c3f67e43a0e01193e7ca534ed9e718917d8bf5064c 487 0.30/1.00 vMB 22
356,882 356,882 000000000000000005453aa8f94bbb3bf9fc6d31d99bf720f4e6c5d38cb21a90 852 0.43/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.85 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: 638.62 GB
    • Received: 12.49 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.