Loading Tool

Explorer IconExplorer

Memory Pool

81,648 transactions
30.96 vMB
0.09616029 BTC
Random Selection Loading Transactions
Max Size: 188.16/200 MB

Candidate Block

Mining Attempt 0693a2c3cf17006ce8fb204b1e0c2888ef5114d3cb374b59e99b0ba1a136f421
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 8514e31fda8c3830a145ca1167de42960f92039d1aceccf2ac41790637bbafb6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,374
Size: 1.00 vMB
Total Fees: 0.02333931 BTC
Feerates: 150.77 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (246,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,340 669,340 0000000000000000000b92cde2f9dafab3e4754c496742c6001764ece2ab4658 1,494 1.00/1.00 vMB 12
669,339 669,339 000000000000000000084dfbf52d17e293f0c7f4989c9c8fb912dab6abc10582 2,159 1.00/1.00 vMB 94
669,338 669,338 0000000000000000000707526e1e8017aaa687a015cf2c7a02c533c15192bd4b 1,010 1.00/1.00 vMB 15
669,337 669,337 0000000000000000000a27ce713841f2613923484861e195a254772995618cd8 1,100 1.00/1.00 vMB 32
669,336 669,336 000000000000000000062043015c9eb131c428fd08032e9b2e41bd52830482f4 484 1.00/1.00 vMB 49
669,335 669,335 00000000000000000005c10daa10371c786452d3a7f8fd4f41786b8d6adf66f5 524 1.00/1.00 vMB 28
669,334 669,334 000000000000000000022917c8c9a555594a918b2ab3177521fc29869535e04f 533 1.00/1.00 vMB 17
669,333 669,333 0000000000000000000938f3faa642be406df8c57fc7d2dff2ea2612a4934bca 1,095 1.00/1.00 vMB 21
669,332 669,332 0000000000000000000cf7a0e373661363a79c94f0364108eb6e03e1f0990d56 1,531 1.00/1.00 vMB 27
669,331 669,331 000000000000000000052d80bc0bcc5086663b314e2d5bd7e40430baaa1f87f8 1,228 1.00/1.00 vMB 28
669,330 669,330 00000000000000000003704466683f49bf7a2386e2e0d2c7703f707ac9aa4533 1,688 1.00/1.00 vMB 99
669,329 669,329 00000000000000000000aed9aa0043ea92173220e6de721b26ad8a7abdb25f1c 1,951 1.00/1.00 vMB 43
669,328 669,328 0000000000000000000c083cdcb68a79b989305339c74fbed0c7ffe2c6b5c745 2,469 1.00/1.00 vMB 104
669,327 669,327 0000000000000000000b1774e5c846cd6e6f550969f5090ac0535be2f3ce8f06 1,832 1.00/1.00 vMB 23
669,326 669,326 0000000000000000000618b7712fd8ce78f88f4b43737f83ac924d375d41032c 2,358 1.00/1.00 vMB 22
669,325 669,325 0000000000000000000b9b9425f023bca3c517885369d5dc9d5037d2b7bc2cb2 2,377 1.00/1.00 vMB 94
669,324 669,324 000000000000000000099259e6eada9ffc65d81e84f1b2fa51b487cb13033c7c 2,018 1.00/1.00 vMB 111
669,323 669,323 0000000000000000000aa962c9dba60104b8977d1f36ea9106362788d9364f6c 2,585 1.00/1.00 vMB 138
669,322 669,322 0000000000000000000744151bb6048887a2596f3a94e5eda09d4e511daf0196 1,420 1.00/1.00 vMB 128
669,321 669,321 00000000000000000007cedf4f7226c9159a4be91cdb59ece9a838b458bdd183 1,311 1.00/1.00 vMB 31
669,320 669,320 00000000000000000000891d88bd0d62c81e0e9cd52540d31b12e9b5717be190 1,391 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 783.04 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.14 GB
    • Received: 18.15 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.