Loading Tool

Explorer IconExplorer

Memory Pool

46,993 transactions
29.04 vMB
0.10225421 BTC
Random Selection Loading Transactions
Max Size: 153.05/200 MB

Candidate Block

Mining Attempt 464545bda0022a905a70af3b2bf0a5b1578f88efa53fcc8d21428c1f755e23c2
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root 1e47354720afd79488948548ac2e5b59826a380766feb64e45979a478eaf397c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.04336430 BTC
Feerates: 101.65 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (796,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,648 117,648 0000000000005c1c5aa51380c18e1012b980413de531971bb8487f73ccbb9cc0 1 0.00/1.00 vMB 0
117,647 117,647 00000000000031b0b3ff14697235146ae17f9b5fb9f3428fb2b1b8a7f7f4fc90 4 0.00/1.00 vMB 2,656
117,646 117,646 00000000000076fb903da1eb08d248f85cbc89e364df6accc5053efaf9612c41 2 0.00/1.00 vMB 0
117,645 117,645 0000000000005d17a873f06455a76e9502914d6e85c2a08fbd7228e9a9731ea6 12 0.00/1.00 vMB 0
117,644 117,644 0000000000006a5e469d5e75b0ac7932e4213477f8bf4acd4c020cb8a870435c 12 0.00/1.00 vMB 0
117,643 117,643 00000000000086c127d546f4c7f92a2241d1ce8e36d8030f6d074e85a7bc6dae 12 0.00/1.00 vMB 0
117,642 117,642 0000000000008a9d5c9d6e3756a01b9f11cc63e57bd913f592ba7a473a9b0941 13 0.01/1.00 vMB 242
117,641 117,641 000000000000245e2840bce52575596fc5583f5f816f897d288f3f28a5fa922d 9 0.00/1.00 vMB 0
117,640 117,640 00000000000079d60ce0621e3676c086e9ec45617935cc8e0375ba1b0ab6b05b 2 0.00/1.00 vMB 1,295
117,639 117,639 000000000000c4ff288ee8fcc0e112c123a19ecc9b144bba07986ab22000eedf 21 0.01/1.00 vMB 278
117,638 117,638 0000000000003eb7f21d423416fddd8f70a19ffd4a1b02587fef3b7cd6013f5f 12 0.00/1.00 vMB 0
117,637 117,637 0000000000000f663eb74eab47304d701fe3dae8e7d796a8d4f11a20d1b12d9f 12 0.00/1.00 vMB 356
117,636 117,636 0000000000007b92a0a21c7f2a847a1e51a680660772883f2e88d887b3a65765 10 0.00/1.00 vMB 1,787
117,635 117,635 000000000000875b16b28111cd7188dcaafeff04e67658f5a9e139081aa557df 6 0.00/1.00 vMB 0
117,634 117,634 0000000000002fe687545a2ae9f4b5a22f095f4b7c4e9e3b87d2825b06456c77 9 0.00/1.00 vMB 357
117,633 117,633 00000000000001710e50c354a5561df2e78aea638ba275f096344497279b693d 11 0.00/1.00 vMB 0
117,632 117,632 0000000000001dd596314d6b9545d4334bd24ece0a3018fcb1f7ecea3f563a9b 8 0.01/1.00 vMB 589
117,631 117,631 0000000000007f54c291451009b6e09dff343ee1e0d20205a702ec601de5ff66 10 0.00/1.00 vMB 1,678
117,630 117,630 0000000000009ac74a0c5607aea4d4b3852388102096cf2000cd23a55e31e8a4 11 0.00/1.00 vMB 303
117,629 117,629 0000000000008b05d91b68a33632488e888c876d0f7bfc0a520066315e504dbe 9 0.00/1.00 vMB 336
117,628 117,628 0000000000002f235507007b5131f35831c46bebc21773affa57a07ab3a88503 12 0.00/1.00 vMB 851
Previous 10 blocks ↓
Total Size: 781.05 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: 577.65 GB
    • Received: 8.64 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.