Loading Tool

Explorer IconExplorer

Memory Pool

75,619 transactions
28.46 vMB
0.08151993 BTC
Random Selection Loading Transactions
Max Size: 171.09/200 MB

Candidate Block

Mining Attempt 726caa04f53e38c6f6fd2cff475bd4dde6be6fe26e1ee47e1203035b0adeb397
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 2cded38e0953ac4fb48a11d6c09462b49ba9cd7a9a2dd681c4ae595e727e50c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,345
Size: 1.00 vMB
Total Fees: 0.01758987 BTC
Feerates: 65.95 > 1.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (328,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,915 586,915 0000000000000000001c3942115ea2385f78d515bc3cb8ddca8a3c7ff4ae4712 2,016 1.00/1.00 vMB 41
586,914 586,914 0000000000000000000fc35c566c77f050d2742e8c5482ab63410f419e5c5110 2,763 1.00/1.00 vMB 13
586,913 586,913 0000000000000000000546b8894ea3c31fdab5ac449d24cb1d30dfc3477fa527 2,961 1.00/1.00 vMB 63
586,912 586,912 0000000000000000000c46c1b39156667d4a8db44986929384471b74de7231f3 2,580 1.00/1.00 vMB 30
586,911 586,911 000000000000000000047f8bc493feab092ad599463e8453d7267efbc8281c18 3,084 1.00/1.00 vMB 67
586,910 586,910 00000000000000000006a3fdb093b19c9d45749456ba46dd95d77249a5e835dc 2,848 1.00/1.00 vMB 72
586,909 586,909 0000000000000000000e9649269a43253533545ffaa06b7814f6c98d57cc15f3 878 1.00/1.00 vMB 11
586,908 586,908 00000000000000000016e2e4c96108c1da08c1fbddac4afc25807a73e7eb851c 2,593 1.00/1.00 vMB 16
586,907 586,907 0000000000000000000bf1ea1ddfa45532d06ad7a55010dbc5c5c1abbdc8e6df 2,855 1.00/1.00 vMB 47
586,906 586,906 0000000000000000001866fc911bbdb85197802da9ce19ad4b74a08828c5b114 3,292 1.00/1.00 vMB 84
586,905 586,905 00000000000000000005395633a1a165c3e13e098da0fa1f83288217e3d9264f 2,913 1.00/1.00 vMB 43
586,904 586,904 000000000000000000115867946e42bc88fd6ac4567b268759d7981f532231eb 2,253 1.00/1.00 vMB 68
586,903 586,903 000000000000000000014a5303da4c1b3f5df4dbb3e2953c820b402babae3de3 2,235 1.00/1.00 vMB 37
586,902 586,902 00000000000000000002c2346f8761eae01cd75a1331b9f322e60d5740e1fd06 810 1.00/1.00 vMB 10
586,901 586,901 0000000000000000000f7f94463a6c27754c4005a3f8db3627e83c0ab1d61e46 2,684 1.00/1.00 vMB 48
586,900 586,900 0000000000000000001405d2b3691731f05a5f244d47db2a52b06e181816ccab 2,426 1.00/1.00 vMB 7
586,899 586,899 0000000000000000001d90df16b4e0cd3f18a45e6cd52201c855c6f2f46c844c 1,518 1.00/1.00 vMB 16
586,898 586,898 00000000000000000015ccbc10d7ea22be634dc385a3f70f86d8e9253df47cce 2,320 1.00/1.00 vMB 53
586,897 586,897 00000000000000000013f99c35f391d054fddaafc8cd1f557811dedbe7e07ff6 2,322 1.00/1.00 vMB 33
586,896 586,896 0000000000000000000167fef8d3c9dac3166dfd213cb4ddc348561212cd490f 3,062 1.00/1.00 vMB 69
586,895 586,895 0000000000000000000070d73b51038ee8868058eaecd37f57627ae1d691eee4 1,557 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.