Loading Tool

Explorer IconExplorer

Memory Pool

81,179 transactions
31.11 vMB
0.07513903 BTC
Random Selection Loading Transactions
Max Size: 189.36/200 MB

Candidate Block

Mining Attempt fd37ad1b25e29b079c51118cb9edfb27c47bc7e0d2416dca14cf50e7313cae88
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 9c04e5711a62561c2860bce5d87d3c5c21528bc18461de163d8bdea4fbf9cae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.00805984 BTC
Feerates: 100.37 > 0.81 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (246,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,126 669,126 0000000000000000000727ea07fbe1162647398ecd2733940a0db797d9cb255c 2,474 1.00/1.00 vMB 90
669,125 669,125 0000000000000000000438bc2292e52a98d5de071f493d6246b4dde3b2e8aa53 2,271 1.00/1.00 vMB 45
669,124 669,124 00000000000000000002922b98b00c93144ef0906e996b13b204537c2a2d5e7f 1,817 1.00/1.00 vMB 50
669,123 669,123 000000000000000000098414026253d213fad10512179b15449849c3050798e8 2,453 1.00/1.00 vMB 105
669,122 669,122 0000000000000000000a9fb5e1e74a563730712fed769e09ddd5d2d538bc7142 3,056 1.00/1.00 vMB 68
669,121 669,121 0000000000000000000a0a513dc6e2b97ad3404e3a65b265d1345033c3666bd6 2,197 1.00/1.00 vMB 82
669,120 669,120 0000000000000000000b839d09faa9947af0f4517d0188df240a175d3d48cb55 2,372 1.00/1.00 vMB 114
669,119 669,119 00000000000000000001335a008ababf72715cb59605e6dee6873af0c258ba31 2,185 1.00/1.00 vMB 73
669,118 669,118 0000000000000000000d3cb1d9cfc32ff0614ec43e1b605b3e0e57d5ebf78641 2,512 1.00/1.00 vMB 62
669,117 669,117 0000000000000000000a3dbf43b4ed1dfc2ad7a4b9bc634a6a305e53b7f4b8af 2,789 1.00/1.00 vMB 101
669,116 669,116 00000000000000000001b1480a4d8ad38534ce4d87109a39923fc105fe24c79d 2,968 1.00/1.00 vMB 99
669,115 669,115 00000000000000000008893fa922809073e40e28fa52af29f369fa43c4aaba24 2,523 1.00/1.00 vMB 123
669,114 669,114 0000000000000000000132b691632228fc36aaf2e7730f6268aaf6542daf5b72 789 1.00/1.00 vMB 132
669,113 669,113 00000000000000000003264988fe5e023a7b2fb59546f86c84edf2bd6bcb75f3 1,831 1.00/1.00 vMB 135
669,112 669,112 00000000000000000009cefb704da2036dc3d4d53c910810d0eb7698f212ed17 1,594 1.00/1.00 vMB 144
669,111 669,111 00000000000000000008ef3ad1facb1205438ddd9df30aa6b8ab77b25884c1b2 2,821 1.00/1.00 vMB 158
669,110 669,110 0000000000000000000c04c5bb12e3cbd78af06bf497fb96af42ab75fdffc002 2,513 1.00/1.00 vMB 83
669,109 669,109 000000000000000000046a3c2f1e33cbad3109d74156d555674055da5f047bb3 2,851 1.00/1.00 vMB 105
669,108 669,108 0000000000000000000d405b34bf32b50334b06b22dfdc7b27cb467516c99d44 2,777 1.00/1.00 vMB 122
669,107 669,107 00000000000000000008a516415a8b34b0ea100e5403fd9a221606db3deb68ad 2,576 1.00/1.00 vMB 123
669,106 669,106 000000000000000000050186390f540b68d88d142e8e25764f38d805f5dd8d8d 2,442 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.73 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: 707.87 GB
    • Received: 16.70 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.