Loading Tool

Explorer IconExplorer

Memory Pool

80,309 transactions
34.63 vMB
0.17483584 BTC
Random Selection Loading Transactions
Max Size: 193.91/200 MB

Candidate Block

Mining Attempt 09a97736e250c4c8e8b4a0b6ac7710bda49853366b721434c85cfd0ea4fd7787
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root fed11a4e4580e1571de3a4f29171b08a3e34407f6b7149040d2374813142e83d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,124
Size: 1.00 vMB
Total Fees: 0.04637243 BTC
Feerates: 150.93 > 4.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (328,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
586,894 586,894 0000000000000000000bb45613204d2411f284694edeb1afd3a227729d3bc461 2,466 1.00/1.00 vMB 6
586,893 586,893 000000000000000000118aa7df60173bb928f1f349f2d60d40abeef75b5cb494 2,378 1.00/1.00 vMB 27
586,892 586,892 0000000000000000001595b7ebb2b7292766b76a0c3907c80960ab1db85f9cfc 2,817 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.11 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: 734.16 GB
    • Received: 18.55 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.