Loading Tool

Explorer IconExplorer

Memory Pool

11,018 transactions
3.93 vMB
0.04607731 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.89/200 MB

Candidate Block

Mining Attempt 097dc6356b765ab22d6b1bb2cca24d1fd64ed09c77eda998841de3dcf4acb0a5
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 90fceb5c7a427aa91ea4193dd100efbc80be30f67738ca45726211d23e5756a4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.04155282 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (818,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,889 94,889 000000000000d11e9e19acd788322a18ada78b459b0e023f79c65eabfff134f5 9 0.00 vMB 0
94,888 94,888 000000000002278af7238625fcf358479bc22fc48976fe25f4e7ec11011834d3 1 0.00 vMB 0
94,887 94,887 000000000000364c368bb61aaf3b1ae45e8355935bc70faa7f356e865adb0404 1 0.00 vMB 0
94,886 94,886 0000000000003d580123368e5e55db65a81a443a723511760e2ac1870a870cd7 6 0.00 vMB 0
94,885 94,885 000000000003136451f6731c9f81d399bd957a71921d0abbb952d9cdb5f81ec3 1 0.00 vMB 0
94,884 94,884 000000000007180fd39e94288003360fbbd5d00b2e3db765f8dbb0a3a0fa9093 2 0.00 vMB 0
94,883 94,883 000000000003fbabd614887e7cbe37f77eb774f129c74538b602368602ac7219 2 0.00 vMB 0
94,882 94,882 0000000000045938756c9f6aed88113ba03124290a8cef1a3b383df4e26aa04a 2 0.00 vMB 0
94,881 94,881 000000000002fcac017a8600b23c8010f0a9abd5979194a64aed3cae61d3f792 6 0.00 vMB 0
94,880 94,880 000000000000e7711c4ff4ba5f1968e3b29ec06d6c308056ccacde7bd11cfcf3 2 0.00 vMB 0
94,879 94,879 0000000000045a2090eb8b4693b4726727a1654e54032353b1e85232a0a62fa4 6 0.00 vMB 0
94,878 94,878 000000000001eb1cc73f2f40211323bf5ad679e8d84c3b0d395a415841060c70 3 0.00 vMB 0
94,877 94,877 000000000008029a5852f5b9a4aab72afb158632fa01d56820a2ffb357c8c13a 1 0.00 vMB 0
94,876 94,876 000000000005fc077346864baf7832c7c11126421547a7cbed7b5f286007ced9 5 0.00 vMB 0
94,875 94,875 000000000002cbba172915469cd177fc0718fd137637b7511e6eeab7d817db18 4 0.00 vMB 0
94,874 94,874 00000000000395efefa5a980182258dfa22e225447c077a1e05330605a497f01 2 0.00 vMB 0
94,873 94,873 0000000000011c68478862b83350ccec373b92e065cc8555258467cf7829c382 3 0.00 vMB 0
94,872 94,872 000000000000bb5608f2b38d22cdea091237a0ee05395ddeb167ae8bfa79483c 10 0.00 vMB 0
94,871 94,871 000000000000ccbb16ccdb95d3fabca672fc26d9909a61127bb82340ded7f4ff 1 0.00 vMB 0
94,870 94,870 0000000000051bf76faabf37c4e750ec84b679e9f30d5182a4206592802c3959 4 0.00 vMB 1,048
94,869 94,869 000000000000b284b7653e306ce9646b29dd6a05ca15215e7b0be329b54310c8 6 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 347.41 GB
    • Received: 1.68 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.