Loading Tool

Explorer IconExplorer

Memory Pool

80,473 transactions
30.44 vMB
0.09089304 BTC
Random Selection Loading Transactions
Max Size: 185.36/200 MB

Candidate Block

Mining Attempt fa5b0f4f1aa5e78cac11e29ce2688c24aafd54806fd6d1363c0c74bf931886dd
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 923490f1d6d54a371b716bfde652de6ba746ac89cf1b2b26207451c4d14dd388
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.02261809 BTC
Feerates: 200.89 > 2.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (13,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,683 901,683 00000000000000000001ceba72a1e3fd6365dc5e2e7401cda1a15599ab810343 2,258 1.00/1.00 vMB 4
901,682 901,682 0000000000000000000147d09a4238c80bfe9c76d2caa31e8b24c6c933c44c4c 1,353 1.00/1.00 vMB 2
901,681 901,681 000000000000000000001a0befe866f9c4592264b302acc2a5de90b263051825 867 1.00/1.00 vMB 2
901,680 901,680 000000000000000000017a2754b4024e397af5fa72cedb23580769f8fe73d4c7 1,272 1.00/1.00 vMB 3
901,679 901,679 000000000000000000020b2b89cd0bac8c2e8a640d61447112a3f4bf75dd5474 2,554 1.00/1.00 vMB 4
901,678 901,678 00000000000000000000eac2df66744f7e194c46893b49c8f5b742d685e9bdfa 3,336 1.00/1.00 vMB 5
901,677 901,677 00000000000000000000b6084502e6a1d3dbdaf75dbeb64f18e303369105fd98 3,508 1.00/1.00 vMB 4
901,676 901,676 0000000000000000000084aa20835d453e0775ae23079911f68b3a07e98e6c19 568 1.00/1.00 vMB 2
901,675 901,675 0000000000000000000231c3fda7d6ae8e674d2dd7035e1293a2cc21aedf6855 2,742 1.00/1.00 vMB 4
901,674 901,674 0000000000000000000107cb02a6c19084b54a1d0e8504d3a96d8fdd10d2f62b 4,178 1.00/1.00 vMB 6
901,673 901,673 00000000000000000000a30d9d5025c11b17b2c44b176de0e284c84f59dacebb 3,934 1.00/1.00 vMB 6
901,672 901,672 00000000000000000001b882395f50a4c5ac2666681d2945ca5707381cfdfdb2 3,407 1.00/1.00 vMB 4
901,671 901,671 0000000000000000000076d9b827f2badc292c433b17554217c0eeed48ec55b0 3,773 1.00/1.00 vMB 6
901,670 901,670 00000000000000000000b61f43937e0508f7746f4a26d5dc5beb821f6b0ee69a 4,143 1.00/1.00 vMB 6
901,669 901,669 000000000000000000000b7b9856ad800c2fa2c48b16e8b72566a6398cc28f20 4,125 1.00/1.00 vMB 7
901,668 901,668 0000000000000000000119b98ca96d4d357ac9d6e0d7532ad557dbc4ac346021 1,243 1.00/1.00 vMB 3
901,667 901,667 0000000000000000000059dbc66796cdade1ccb50367df0b98f147d95d57ad63 1,112 1.00/1.00 vMB 3
901,666 901,666 0000000000000000000087fd7258a5bfcfa2d538a52a3f12f424bf6cab1d099c 3,800 1.00/1.00 vMB 6
901,665 901,665 00000000000000000001cfa097caf9ef7966a64c3de7daa00e7bd54e6f1765b2 3,191 1.00/1.00 vMB 5
901,664 901,664 00000000000000000001f28c2b6da0bb4db433ea1196e6952df0979b66204769 262 1.00/1.00 vMB 2
901,663 901,663 00000000000000000001f9972c8fb556d984ec38a7f1f5933014bbcd640c580d 774 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.05 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: 720.59 GB
    • Received: 18.20 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.