Loading Tool

Explorer IconExplorer

Memory Pool

81,544 transactions
29.87 vMB
0.14318172 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt 1297a5e93cc308ba39c233818138d81564315291fe3d1e4eb799ae965782f36e
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 509f8fc7a5f508aba11d0260fe464f2d60fbdf0bd1c0a2e66f5dbe92bfcdde21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.07535885 BTC
Feerates: 101.65 > 7.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (418,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,810 496,810 000000000000000000b9bdf239b06bf51bad922c73ea005e0303cf58644e2069 2,078 1.00/1.00 vMB 204
496,809 496,809 000000000000000000729c3f0d310ed246370b0ab829f9d79251240da8764b86 2,465 1.00/1.00 vMB 189
496,808 496,808 000000000000000000a3a476360dee98c7e48fa4d2b5efbbe5ccf33522cc8130 2,674 1.00/1.00 vMB 109
496,807 496,807 000000000000000000ae87d6d3ee8ef861ae92a35bd154ecbe9aed7dd2db1f9a 2,362 1.00/1.00 vMB 182
496,806 496,806 0000000000000000002bb90189b4c5a19089d21ca19d4a5ef44b09463905f599 2,206 1.00/1.00 vMB 134
496,805 496,805 000000000000000000cefd9cce93e15ba0b78f6d897880a0e84d6fc3b0d9c8ef 835 1.00/1.00 vMB 100
496,804 496,804 00000000000000000054eb7c2e27ac1f39a9099b93638846847a746a9f351f0c 2,214 1.00/1.00 vMB 147
496,803 496,803 00000000000000000099b3ffc59dbe3aa2df6ebfd2517d2e7d93d70aa11db109 1,997 1.00/1.00 vMB 142
496,802 496,802 0000000000000000005a86aeda7a2f8e4b0d315a1044afdf40b4ec34ea7d2a08 1,876 1.00/1.00 vMB 168
496,801 496,801 000000000000000000818dd1fb90ab5f300d3570de651d396e6f00e6541d74d3 2,146 1.00/1.00 vMB 182
496,800 496,800 0000000000000000009f229fd4bdd548c4f187a74d64ee132db27c9e5cb8a5fd 1,702 1.00/1.00 vMB 183
496,799 496,799 0000000000000000006d9806a2a65f495b9ab3ecbbc574466963856ad165699a 2,547 1.00/1.00 vMB 190
496,798 496,798 000000000000000000201afdebf389738aa7f30a75938b8c4e9f748805662f76 1,832 1.00/1.00 vMB 160
496,797 496,797 0000000000000000003d61d6ef2bd0a7db79f8173afb7fcb4705a3ab7a00087d 2,008 1.00/1.00 vMB 153
496,796 496,796 0000000000000000007ed18c6287cf75290ba3148f471a86004ff8f056913f8a 2,364 1.00/1.00 vMB 118
496,795 496,795 0000000000000000009f78a7ce268815db800de50b6afcd279b646528474017d 2,210 1.00/1.00 vMB 160
496,794 496,794 000000000000000000a05e90e2eb9ca9a63978bfd28ccf7b9cf69181332065e6 2,320 1.00/1.00 vMB 174
496,793 496,793 00000000000000000096cfd1e819a40676080212112d3515cef0a8e1b8888cd1 2,248 1.00/1.00 vMB 207
496,792 496,792 0000000000000000002bc7d5f1df0a164edda9d043f4fdfdea4277f7fd52d8af 2,319 1.00/1.00 vMB 110
496,791 496,791 000000000000000000b6ee89ad37aa6105574f6bd87bc1040ebc25205979b277 2,612 1.00/1.00 vMB 128
496,790 496,790 00000000000000000086a04c95cddd0b2650c7910a594f3873c16c92bb17d20d 2,506 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.