Loading Tool

Explorer IconExplorer

Memory Pool

14,077 transactions
7.40 vMB
0.03860973 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.98/200 MB

Candidate Block

Mining Attempt 8b92e377d6425617e622d0eda4206a3faf9ddab02ae08c37deb35e38ca0b5a18
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root 427bdfa60c1cee3f08bd097f3086f817eed1ae1dc493d958e3657ce30836bc83
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.02371733 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (649,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,310 264,310 000000000000000002509691592153c5056115cc27bdeaf3fb0694f4909725aa 414 0.18 vMB 129
264,309 264,309 000000000000000cb5f4346007efda3d0a121f7ddef3e88bffa741e4cda29f8f 219 0.16 vMB 23
264,308 264,308 0000000000000009deddfd2ffc479a9dc20d2c75e3cd19d3dd13fb76d1428a4e 585 0.23 vMB 111
264,307 264,307 0000000000000007f5061e2449886b45b3e0644c19a908cec2fa083b83c30013 572 0.28 vMB 109
264,306 264,306 00000000000000026568680881e70b95d4f322c4a14950948af704db91afdb42 326 0.15 vMB 123
264,305 264,305 000000000000000794a1661c7a84c2539bf936bead313fda8c283deb92e9b4f3 333 0.14 vMB 104
264,304 264,304 000000000000000dfe4ed77b1abf4452198b905b7b84cf99312026fd9736afba 252 0.09 vMB 100
264,303 264,303 000000000000000e37a24ec56d29e6408bf169df38f7ca845ad98753f2dc1ae4 352 0.22 vMB 137
264,302 264,302 000000000000000527394959fb37c277351c4d3ec53f1b7c689308d7698b50cc 226 0.10 vMB 117
264,301 264,301 000000000000000cee6c1ad3ddb30fc0f2ccd2f055f0a77ccacaed14af13b96c 363 0.18 vMB 88
264,300 264,300 000000000000000002f171ba88a159a6993d1c59c18337dd557ffb168e19987c 368 0.14 vMB 34
264,299 264,299 000000000000000a9fa9c0a32108d74c89623b47c11361419ecaa19d38e0fa2e 610 0.25 vMB 151
264,298 264,298 00000000000000098ae2c76784809189a4979c2c96fb21d175a4d68912603372 98 0.03 vMB 90
264,297 264,297 000000000000000c39c8d534fc46c39449a08303c3baf04c074eaffdc400b688 335 0.16 vMB 103
264,296 264,296 000000000000000b8e05ef173aa07e218d47488eb3acab7f9a8c9176c4036fcd 79 0.03 vMB 75
264,295 264,295 00000000000000029bdc75c95e03b295df47dc0f575eef4795441692b0ed4ea6 30 0.01 vMB 93
264,294 264,294 000000000000000f31b599f6c5611ffa48ea97f71942cee625322a6479bd89fb 383 0.15 vMB 108
264,293 264,293 0000000000000005582c713ade4e3711a682fb819c53840878458f29e9b51afb 584 0.21 vMB 176
264,292 264,292 000000000000000dffab25134eef06ec6d37098dc330eb6ddcfd758a32f23181 178 0.08 vMB 157
264,291 264,291 000000000000000070ed082c70409823f48c1685c6bdf9cc12ea25164a6617b7 117 0.14 vMB 38
264,290 264,290 000000000000000af66e865841afa124078519dbe8561acdcba55ff29344e506 241 0.09 vMB 126
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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