Loading Tool

Explorer IconExplorer

Memory Pool

41,059 transactions
25.86 vMB
0.05370377 BTC
Random Selection Loading Transactions
Max Size: 135.14/200 MB

Candidate Block

Mining Attempt f429e9178139ae3902653075bf8ca048272641b442a5ac2d2f21fb69d0df61c2
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 5e672e6a79f10165a860bf79940cc5caa352a43dd36e250db7695789a5addd0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,512
Size: 1.00 vMB
Total Fees: 0.00679684 BTC
Feerates: 75.74 > 0.68 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (487,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,682 427,682 0000000000000000001a411c7095aac572bdcb7ba80ef460b5cde3aaa0ebd7e5 2,591 1.00/1.00 vMB 66
427,681 427,681 0000000000000000012f7664f22ca7af2a0f82f50816dd2c827f02a50cac4ebe 2,018 0.97/1.00 vMB 54
427,680 427,680 000000000000000002676503ee9e42e494808e57e4d88fda284f3014407604c9 2,301 1.00/1.00 vMB 58
427,679 427,679 000000000000000001ec3e1fff8ada0d5a7b5df688a2361a5a326358f491576f 2,657 1.00/1.00 vMB 76
427,678 427,678 000000000000000002b948ab2ed5abb38207ad09ff7843e8d11d7b77a7b40181 1,818 1.00/1.00 vMB 58
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
Previous 10 blocks ↓
Total Size: 781.92 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: 646.03 GB
    • Received: 12.80 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.