Loading Tool

Explorer IconExplorer

Memory Pool

82,391 transactions
31.16 vMB
0.10998553 BTC
Random Selection Loading Transactions
Max Size: 189.05/200 MB

Candidate Block

Mining Attempt 5197dfb4ed5bd47e9e78e10540c57278ddc8c3f495057239173aa388be1f80f9
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 0b97037aac7687428857eb182d2f7c8240cf2fb4a94fa96cd04862efceca1561
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,627
Size: 1.00 vMB
Total Fees: 0.03535639 BTC
Feerates: 803.65 > 3.54 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (487,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,677 427,677 00000000000000000204f0e1ae7730bbf4d0411a3bfab355b131d0ff29f30cf1 436 0.69/1.00 vMB 13
427,676 427,676 0000000000000000049986a5cb113d806ec69d7fb1d55f33ec9670bdd82aac0b 2,143 1.00/1.00 vMB 56
427,675 427,675 000000000000000001ab75b26abdc5c8db8eb3100d6ccf60b5caa2bde86b6366 1,856 1.00/1.00 vMB 41
427,674 427,674 0000000000000000017e28fcbba34bf21cf7d980abc13f15eac2351ea85176b8 2,901 0.99/1.00 vMB 71
427,673 427,673 0000000000000000015efbe7d72838e35fff528fccc77a14c74f4dffb9e734a1 2,732 0.99/1.00 vMB 75
427,672 427,672 000000000000000003496d3134a5ea63eeea9c8416ab41e535dc56e9e5adf81c 2,257 1.00/1.00 vMB 55
427,671 427,671 000000000000000001de8c2a4ab2f402c1d58f69cdf5bcd2039d58ccde4f235b 2,689 1.00/1.00 vMB 68
427,670 427,670 000000000000000003e585dd1a076eff5a2ac6bd30ab7f7544fc1563e6cfab3c 763 0.95/1.00 vMB 21
427,669 427,669 00000000000000000213d62d9bafb3d3caa9a1590a9392db436c6b2674f10bda 1,047 1.00/1.00 vMB 24
427,668 427,668 000000000000000004e5228a0c5ee3a9b7721eae7fe51379a134505b3fd3bc48 1,562 0.93/1.00 vMB 41
427,667 427,667 0000000000000000039d2970734810297aba829739d79504386dfa6347cdce24 609 0.49/1.00 vMB 54
427,666 427,666 00000000000000000026852aa59f37277eadb76756898f17c4b1866bca039c72 756 1.00/1.00 vMB 28
427,665 427,665 0000000000000000014f041e54ae72da9cb96ab16d3b81b6f5f11e2f56908b62 2,370 1.00/1.00 vMB 50
427,664 427,664 00000000000000000096c09f52da45abb0c5eded58fbef8ba81b37987f940415 2,662 1.00/1.00 vMB 85
427,663 427,663 000000000000000000413335234b7ac70ed145a96f487fbdbbecc3bc182864a3 1,683 1.00/1.00 vMB 41
427,662 427,662 00000000000000000239f31a5a092e8aa3bf9a7cec47d063119a76e5d167dbcf 2,399 1.00/1.00 vMB 49
427,661 427,661 0000000000000000006f87973743327f001c1b43d521c8e84e2b3059076c7328 2,572 1.00/1.00 vMB 81
427,660 427,660 00000000000000000083de405910b219148f5de421db7da16f11c37110f23eab 2,522 1.00/1.00 vMB 60
427,659 427,659 000000000000000003f000325f3942e8bbe907f068ac35cd277b0102467a253f 2,215 1.00/1.00 vMB 95
427,658 427,658 00000000000000000432e2ea0eb8861ea5a78a5772d51d7f459d03b057eab82e 761 0.68/1.00 vMB 18
427,657 427,657 000000000000000000be999e92cabdae53e175cea9dc0fb0a85ba4faed036295 2,314 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.