Loading Tool

Explorer IconExplorer

Memory Pool

85,795 transactions
31.42 vMB
0.07872085 BTC
Random Selection Loading Transactions
Max Size: 193.29/200 MB

Candidate Block

Mining Attempt e4b9cabe8b678a6a2be68ef3374d00792a273080cb99e305e4c1ed02e570f5c9
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root c0b37ce792f35863fd6f68da8649ae4de8369f63e76281c99f8fc4a2fd4b2bc0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,999
Size: 1.00 vMB
Total Fees: 0.00745543 BTC
Feerates: 45.66 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (426,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,092 489,092 000000000000000000adbca0c26aa17c4d849db1cb83f075bd46ea7a9002371f 1,300 0.97/1.00 vMB 130
489,091 489,091 000000000000000000af0d5752187e109c477ea70bb96c5c5aa8f92c6a6c8b02 3,008 1.00/1.00 vMB 91
489,090 489,090 000000000000000000cee142029800f1264722990fa570a28896285c6e367d43 1,959 1.00/1.00 vMB 105
489,089 489,089 0000000000000000006f4ae8f38ee9512bf7807a7720e98041deb6f44f26cb33 2,399 1.00/1.00 vMB 158
489,088 489,088 000000000000000000ae32baebcb6e2f88df0c67cedef864a9e8efcd70973fc1 1,671 0.95/1.00 vMB 97
489,087 489,087 000000000000000000eac1eae00a1ca9a217d4a9d8d576e7509d047df86218cb 2,518 0.95/1.00 vMB 141
489,086 489,086 0000000000000000007054c9dc4f64a55711102d89efbef39becccca4ea1a4a0 2,413 1.00/1.00 vMB 137
489,085 489,085 000000000000000000c7e5710bebd1d715aa9e2bee9a434c1f310395b81ff444 1,039 0.31/1.00 vMB 171
489,084 489,084 00000000000000000068e03c911d6e2d1e2ff30d614d833afcfee731c7a36af8 2,662 1.00/1.00 vMB 178
489,083 489,083 0000000000000000001c72f81f7af67e1ea92580887ee72f988209de6fa97397 1,844 1.00/1.00 vMB 120
489,082 489,082 000000000000000000b8472f788dfa614b7291561dd807b84042fd55f25765c0 2,325 0.97/1.00 vMB 149
489,081 489,081 000000000000000000b19ccd4286e81d93cd07dc145bb852fd85d716ebe4fca6 2,493 1.00/1.00 vMB 171
489,080 489,080 00000000000000000026e2a879103c7c188032d199fc7087cac6aae1fa729eed 2,367 1.00/1.00 vMB 175
489,079 489,079 000000000000000000e5195f1b576d9a0906ddcf293fbf2c385b93f5f627fc74 2,264 1.00/1.00 vMB 79
489,078 489,078 000000000000000000d179cf74a0fc0e15516896cbca2430ae3ff932ca78fa9e 1,907 0.98/1.00 vMB 87
489,077 489,077 000000000000000000efe363f84908e18381286ec70eec29de022cbe0b4ed46c 2,052 1.00/1.00 vMB 72
489,076 489,076 00000000000000000092150aeb2768820bf4cd306b991fcd916e6547fb7787f5 1,665 1.00/1.00 vMB 89
489,075 489,075 000000000000000000e0d69343ffbbd48f56c3620a76770fbc3ed8e0324c4687 2,174 0.96/1.00 vMB 81
489,074 489,074 00000000000000000026cf2d982ead26900f508b37009e9e4154c69dd2b71814 2,555 1.00/1.00 vMB 49
489,073 489,073 000000000000000000d0468dca3eff894a92f990fcd7e7af1f48b7f73d995c7f 2,387 0.95/1.00 vMB 105
489,072 489,072 0000000000000000005275c7550c812d7328699fcaea0f2e3d286b10fa399449 2,374 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.99 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: 717.15 GB
    • Received: 17.83 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.