Loading Tool

Explorer IconExplorer

Memory Pool

23,546 transactions
11.69 vMB
0.03879727 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.77/200 MB

Candidate Block

Mining Attempt 16802711309dacf0437410ebc1e24185884ab02be09fa959cd7e5f904ecd152c
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root 5f0df0e4e1cd83ffb41670a5970466e0c8e05c5288e15fa59c0f4dec10ce19e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 0.9978765 1.00 vMB
Total Fees: 0.01959953 BTC
Feerates: 503.57 > 1.96 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (643,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,153 270,153 000000000000000412e03ab07297e90f5966bc2e078d7de4373a7b6f1251a445 232 0.25/1.00 vMB 25
270,152 270,152 00000000000000054ee364c01fe00e3784f20ec3ed68042907f2efa25ceb1c02 439 0.25/1.00 vMB 56
270,151 270,151 000000000000000134fbe91c155a97ff12ce4ec0738eb7680df33a7a8f2a0408 608 0.25/1.00 vMB 75
270,150 270,150 0000000000000002d7ffb7450afdd02f73615e61010aabcf361e6ab9254e2be0 195 0.23/1.00 vMB 24
270,149 270,149 0000000000000001a0c236be8823b7fc1e371b3d3f4eb5f3a8757afafc52d20c 572 0.25/1.00 vMB 63
270,148 270,148 000000000000000415abd111f672d7643d10c9b0d07f470d6258edbf81d0b3bf 256 0.11/1.00 vMB 37
270,147 270,147 0000000000000004ee09046bc3879b2c3ac7032db2915b8f67539dc65515f5e8 792 0.25/1.00 vMB 114
270,146 270,146 0000000000000006ee2c5a32cb32b0f9c96c47f579d43406124e44317b6c388b 541 0.36/1.00 vMB 33
270,145 270,145 0000000000000001235684041bf3b57ebc568c8b66e46fff255706f9b4559b88 841 0.25/1.00 vMB 42
270,144 270,144 0000000000000004da994162f083e9744f1c93e8b9035554bbbd784d59465f72 693 0.25/1.00 vMB 203
270,143 270,143 0000000000000002f2f23b515085d0c9f37a2824304ccb7ca1546a48548d0dac 13 0.01/1.00 vMB 54
270,142 270,142 0000000000000001f53573f25f6b25355c85ef53c8e83616d876aa937e79102a 293 0.15/1.00 vMB 22
270,141 270,141 0000000000000008580c0f8b7b5a356036959ec291a61136204bd04c4d625b74 129 0.06/1.00 vMB 75
270,140 270,140 0000000000000003f1ab4d05ca62c8064d8185bae4ff213ae55e5fada27031cb 108 0.04/1.00 vMB 26
270,139 270,139 0000000000000003ac91ab5be1d1d587ea82539b8e2591d6abdd293c04f1f444 951 0.50/1.00 vMB 69
270,138 270,138 000000000000000451f7f6cd11ce1c777ca24152547fbdd0366c07971aab4a7d 62 0.03/1.00 vMB 6
270,137 270,137 0000000000000000aa46fbffcc224f0fcfa40d3a1766590382e385e08b3804ce 469 0.27/1.00 vMB 57
270,136 270,136 0000000000000006e6e3a06513e40272470775bebb3f1bf1dafb98fcc388fbe0 84 0.03/1.00 vMB 73
270,135 270,135 0000000000000000265d3f84942016d6f33be685a1f220567a1189929d837f98 387 0.23/1.00 vMB 60
270,134 270,134 0000000000000004c5a06531bc717a17c1b74d52092feda230245e750ba52cb0 93 0.05/1.00 vMB 58
270,133 270,133 0000000000000005b237651f26a91d8f003d5c6bd59f4e330e886bb4e46d3731 559 0.22/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

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