Loading Tool

Explorer IconExplorer

Memory Pool

84,160 transactions
31.39 vMB
0.09592206 BTC
Random Selection Loading Transactions
Max Size: 191.70/200 MB

Candidate Block

Mining Attempt d78fd1485ffcb03c5026736fa4db192b6c9fab751823beb6b27541537f2868af
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 7aaddd99d52de708b9b067d9d71e7026e0196bf13fb463e6824a4272e8f9582f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02401748 BTC
Feerates: 150.77 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (555,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,864 359,864 000000000000000015950822361eb9596963e66edc9c67d3d6ff14f243b5a820 1,288 0.75/1.00 vMB 25
359,863 359,863 00000000000000000d630146df832bf587e08c74d6d00b08db9108bf8f3dfcc8 473 0.34/1.00 vMB 21
359,862 359,862 00000000000000000954614e705202a219f248271b426781d10e1f35aa2b6d51 376 0.26/1.00 vMB 19
359,861 359,861 0000000000000000027b2ed9c5bfb402043afd09a234187bdd40c2f301c9fdd5 873 0.47/1.00 vMB 30
359,860 359,860 00000000000000000dc942d00027f95212a5c8ef55b772fa7b869aba65e8f5cb 464 0.28/1.00 vMB 21
359,859 359,859 000000000000000008c7e036e5d2f0697ffab478c6cc0b6afe612c7c80407b3d 53 0.02/1.00 vMB 38
359,858 359,858 00000000000000000da8204610c0ca7c13573100990b0ee5a9dfb3e539217904 55 0.07/1.00 vMB 7
359,857 359,857 000000000000000014a26e94a9906650e581bab5909b715fc477de7618b17cf3 136 0.11/1.00 vMB 7
359,856 359,856 00000000000000000695c65fd7c28810dd1709bf1c9f0a3ce59c8d9dc8421dea 1,197 0.62/1.00 vMB 28
359,855 359,855 00000000000000000936e42e85b2d32856d06d085da62c10ef2bbc97ef0480ba 638 0.42/1.00 vMB 4
359,854 359,854 0000000000000000128c4fc91f07c4f4d84e45f7a105f09bc9b93bac7223fb4d 374 0.75/1.00 vMB 14
359,853 359,853 00000000000000000b732d2ce21c2cdb8344cba551ed5fb142e7b58bcb3a3ba0 900 1.00/1.00 vMB 17
359,852 359,852 000000000000000012a77dfaea4d4a0fe657dbf94095d3131b8db0d439e52365 1,534 0.75/1.00 vMB 31
359,851 359,851 00000000000000000534fec29e6b06efa7c0683a7d2cfe91e66fbd194a915feb 1,756 0.90/1.00 vMB 30
359,850 359,850 000000000000000012f683b8e26b2729cf72639b67a8827296990eb88135b60e 505 0.74/1.00 vMB 16
359,849 359,849 000000000000000000f74d185756bbd129bc42f53131e71f074eb0ec03e0db69 253 0.95/1.00 vMB 12
359,848 359,848 000000000000000001ff15cc03463c41d46b0ff50829fbe8c45e2bc78dcc5fda 257 0.75/1.00 vMB 12
359,847 359,847 00000000000000000c69eaedfa6b08206dc3aa0a5a0101cf34ae9547b54697ba 1,175 0.90/1.00 vMB 21
359,846 359,846 00000000000000000b2b0a7f06e4f41c7d2d686a850050e2ffd74f7802bed167 1,835 0.75/1.00 vMB 36
359,845 359,845 00000000000000000dbb154afb21f4e38494db7ecd767d32e91b9da17bc87309 306 0.75/1.00 vMB 13
359,844 359,844 00000000000000000518227f1794acee2cc2fb9cea788c3b52531810042c5f0f 2,118 0.90/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.