Loading Tool

Explorer IconExplorer

Memory Pool

85,351 transactions
33.06 vMB
0.16022179 BTC
Random Selection Loading Transactions
Max Size: 196.87/200 MB

Candidate Block

Mining Attempt 73e9a373354a84618266e8da05973175d808948c67527040d2732ef92d615249
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d1fe6d9c9bb464677d9d1939ecb29c0971f0242dff75b3f9d5dc93c7f4e15f78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.04942211 BTC
Feerates: 318.30 > 4.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (476,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,870 438,870 000000000000000001c65a3469805dfd214a6d52c4cc0e0deb4ed6750b369dd6 1,899 1.00/1.00 vMB 90
438,869 438,869 000000000000000002a4074ecbac054b5ee77c8872731d1e822fc058cf34c9f9 2,305 1.00/1.00 vMB 61
438,868 438,868 00000000000000000221a59afcae3513865d3a7c9b4be8cdfb86a19cd9493abb 2,713 1.00/1.00 vMB 73
438,867 438,867 000000000000000003d4cfe0a674162c5feb75226a991f28641567d538847ed3 2,162 1.00/1.00 vMB 56
438,866 438,866 00000000000000000074647cc1ba8b669f35a536bf7037e5fb66d9896794b3e0 2,349 0.93/1.00 vMB 71
438,865 438,865 000000000000000002d0e815a1044e0e5395c582ac211c437ef3747e41b09385 2,866 1.00/1.00 vMB 113
438,864 438,864 00000000000000000131cee0d7203b56baf004547afae2cf75a1be2f45cc456e 2,615 1.00/1.00 vMB 66
438,863 438,863 000000000000000000aac64450471fc4b6242a9eec5cbb58480c7b6bb69ccc1a 2,074 1.00/1.00 vMB 60
438,862 438,862 000000000000000003b92cb68de66f34f1ca5cec5bf90130b4a2f91eb4e81c35 1,321 1.00/1.00 vMB 34
438,861 438,861 000000000000000001d8bac35bf247ad69e873b9b3df3bbd5d40be1aee5de43e 1,865 1.00/1.00 vMB 50
438,860 438,860 0000000000000000028ebafec7bddf214aef66b599740fb2b07a4002eb54127e 2,210 1.00/1.00 vMB 73
438,859 438,859 000000000000000000641d2c7ee77bfb071145b02d6bafbb31271406fc3bb40e 2,384 1.00/1.00 vMB 72
438,858 438,858 000000000000000001ecd95ed8848c690edcf94bac57c422d664508be809243b 2,471 1.00/1.00 vMB 63
438,857 438,857 000000000000000003bb420b041c632c533f8cfdec74d73a30eb42d0b1b787c5 2,395 1.00/1.00 vMB 82
438,856 438,856 0000000000000000022d3d3abec8aa58a6f196710a1797444b285347512d959a 1,127 1.00/1.00 vMB 28
438,855 438,855 000000000000000002f59eaebd82915f63a8335a76a6c13d6b170928c352fed8 2,109 1.00/1.00 vMB 63
438,854 438,854 00000000000000000275a10e8cad9c2716dc17d1900c0990c14a4f7aba16a1ea 244 0.11/1.00 vMB 67
438,853 438,853 00000000000000000096dea093632a765fd443569aaa44dfb50ec712a74b3605 723 0.34/1.00 vMB 58
438,852 438,852 0000000000000000040b904c4304e45d6e5b44e79403405a9cc150a09497191d 162 0.06/1.00 vMB 69
438,851 438,851 0000000000000000011055c73165929cfd690c9ee678eda3b771d5423c9b23ff 1,250 0.58/1.00 vMB 58
438,850 438,850 0000000000000000007f73009a16adbd8f19eb8997caba8678a4123b8a98ddf1 1,056 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.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: 718.86 GB
    • Received: 17.97 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.