Loading Tool

Explorer IconExplorer

Memory Pool

81,656 transactions
30.33 vMB
0.07639342 BTC
Random Selection Loading Transactions
Max Size: 186.27/200 MB

Candidate Block

Mining Attempt 1551e078ddd593c65f4be70b3954613c0bc5feef14a556a6bb657625e6d3cfb3
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 31bc026ca0376fd2dbcbad27597026e77d964bc50d169b42a6b51d4a0a9c2d93
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,802
Size: 1.00 vMB
Total Fees: 0.00887334 BTC
Feerates: 150.77 > 0.89 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (308,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,161 607,161 00000000000000000006344d717a194368ac3b4d8437009c0b079e5ced7a0d35 1,854 0.59/1.00 vMB 16
607,160 607,160 000000000000000000135e93852bef367b33727de0e3a1f3385452430135fe3d 1,091 0.39/1.00 vMB 27
607,159 607,159 00000000000000000013db796853a933a792181f84d31dc0012a744b1e56879a 2,031 0.79/1.00 vMB 14
607,158 607,158 0000000000000000000a4ed9087548b57d76ff4066e90d093d3f9e4e641676a1 553 0.17/1.00 vMB 15
607,157 607,157 00000000000000000007fd5d8c79fe7f0f6417830ceb9ce26e514dd471a35134 490 0.17/1.00 vMB 23
607,156 607,156 0000000000000000000bb9c2d864ceeace519dee71c3f65968506e7d2d9bd51d 2,751 0.88/1.00 vMB 11
607,155 607,155 0000000000000000000eec394680b140227ba497ac83d64c8e6518e097501530 2,850 1.00/1.00 vMB 9
607,154 607,154 00000000000000000005a1dd4445f972121d01f4cb103ad99e92123c3c15ef71 2,580 1.00/1.00 vMB 27
607,153 607,153 0000000000000000001494680f49f402113810100db3087a4531cfcbb851eb28 1,394 0.36/1.00 vMB 13
607,152 607,152 0000000000000000000e3331a3a9f7caf899d8631d63612566610e5b82f1e819 1,921 0.56/1.00 vMB 10
607,151 607,151 000000000000000000037d294e09380b196003accd3d15d9c3c90fa43bec2cac 2,010 0.61/1.00 vMB 15
607,150 607,150 00000000000000000000e46223acad6ac225d0925db785d37aa0c1a8e98ea948 1,287 0.42/1.00 vMB 14
607,149 607,149 00000000000000000011e42985ddf3ad69ad55ea1d8bad9ec3fb0af24a223b28 1,066 0.41/1.00 vMB 19
607,148 607,148 0000000000000000000b1abdcaa273f6560d4bbc0c4c11413fe8e91fae7c72be 179 0.04/1.00 vMB 7
607,147 607,147 0000000000000000000ee6fc724f9504f64b55743678e3c37eaa910ceee4b2db 2,585 0.87/1.00 vMB 7
607,146 607,146 00000000000000000002375bca4d9b684a2492d75ad0df90a84a35d1543df5ad 2,905 1.00/1.00 vMB 18
607,145 607,145 0000000000000000000559cbb2830ca2afee6124a8ff11a0f508ffdf31336dc4 1,469 0.46/1.00 vMB 20
607,144 607,144 00000000000000000010aab8fa43cf6d0d3363289cad87475b4d8d42a827114b 403 0.11/1.00 vMB 12
607,143 607,143 0000000000000000000d0935b0d3c2951da70d4215c07002431d19f6d2a28631 1,482 0.40/1.00 vMB 16
607,142 607,142 00000000000000000008e01af8e65d3c10b2f6aa470c45a401e3ec9717723969 1,449 0.48/1.00 vMB 12
607,141 607,141 0000000000000000000d74c159f7d98b81ce6deddf7a668801b37d00ed791c67 2,479 0.63/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.71 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.