Loading Tool

Explorer IconExplorer

Memory Pool

32,691 transactions
10.58 vMB
0.10701860 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.61/200 MB

Candidate Block

Mining Attempt 4e00c01022dac1cd735afb557977a4561594cb8f118c6bbdb13599e8e4ff1d67
Version 20000000
Previous Block 00000000000000000000610eea986fc098468ac97fe81d3c9ca0314f59be633b
Merkle Root 422431d54e02ba015847c6f40eac0c9dbec6ff24c68a8ac5f6a2b2c415e683bf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.04725759 BTC
Avg Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,041 (700,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,871 212,871 00000000000003e5e404c04322ce32abcc3daeccc4e02c35fabe40e80454548f 0.00 MB 8 123
212,870 212,870 00000000000001d62cd23f8465bd356f26eedf23d7aa587c41d2705adac85f71 0.25 MB 580 180
212,869 212,869 00000000000001e1b0b88e4dc5269d9327ffdcdb54eaca9f7852c01efa129d16 0.25 MB 444 152
212,868 212,868 0000000000000336f09ce6c964c69651c350cda2a30973e76ae5a479de5b9f03 0.25 MB 550 151
212,867 212,867 00000000000000e6c50cbfe1a71bf8b7ad541446c3e371e8b39d1618e6591767 0.25 MB 637 186
212,866 212,866 000000000000041603e27634a67a60520e2342534b9871356efa8f3862dc9d57 0.26 MB 479 158
212,865 212,865 000000000000002c3d645946faeab313eb0cb287306fe1e33eb5055f05485b00 0.05 MB 124 54
212,864 212,864 000000000000006e08b7f12a313e5eae38ff24d411cb05b9a1ec5932bcb2943e 0.20 MB 469 287
212,863 212,863 00000000000000c988868f17e1532d61e65ec9ee78c98cfd63ef60fe6c08aa7f 0.25 MB 812 270
212,862 212,862 0000000000000474395d6182aab63618992d0a85788ce235d0e6fba8eca843b1 0.05 MB 139 248
212,861 212,861 000000000000036b5e9a0737671f07742d156bb7e1b8c724166ac479b9c3b588 0.06 MB 83 115
212,860 212,860 000000000000037601c17569c733e9b592ed2099f7a1bb4ad0dea752620313ab 0.25 MB 567 161
212,859 212,859 000000000000038e17ff43b81bba4d00f515f718ac7839cc44a6ab35591af0cd 0.27 MB 605 441
212,858 212,858 00000000000002a9e7041543574d526dab4f8ee8af21d9b17fe701161c26ce3b 0.23 MB 491 364
212,857 212,857 0000000000000309663cef1b38faed49a80712ebb78f4f2e526ed24a57b65dfe 0.25 MB 610 184
212,856 212,856 0000000000000036ab70a9645729204f596ad71aa2908d3c98454745d91a51eb 0.25 MB 698 208
212,855 212,855 00000000000002c77f6dd1f62accfee6a50a21b86a26ed91f9cb145afad13699 0.27 MB 625 209
212,854 212,854 00000000000003a270650c62b806b5b44bdad342e06adb36b41b9b4b2a87788a 0.34 MB 1,144 186
212,853 212,853 0000000000000231762e50763d6eaae40e8bbc382c03007cbb16d9918b3ab069 0.25 MB 816 210
212,852 212,852 00000000000000212f7455ab41615e97afbf9c671d212be98b4068330277747b 0.08 MB 207 771
212,851 212,851 0000000000000065f4deeec16f16e4d2ce973c13f6bad785d0bc3b578f28f712 0.07 MB 170 113
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

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