Loading Tool

Explorer IconExplorer

Memory Pool

82,844 transactions
31.35 vMB
0.10605574 BTC
Random Selection Loading Transactions
Max Size: 190.63/200 MB

Candidate Block

Mining Attempt 06bce2d379bee8c4accea414e1275bcf15ed67edf71501fb20e2cc82b08c4b7d
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 3ec12ead172c45c97165a7e5ae9bc7fd8d1e291411eae314bebcf6443cb7b625
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,996
Size: 1.00 vMB
Total Fees: 0.02905768 BTC
Feerates: 151.12 > 2.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (450,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,637 464,637 0000000000000000016fae29640fba93cdef450807a3f7e93fc0ee056afaec53 2,333 1.00/1.00 vMB 166
464,636 464,636 00000000000000000021933baf82a29fda8142e1394f0052938f7df1e16dc12d 2,782 1.00/1.00 vMB 185
464,635 464,635 000000000000000000370e523f2e41d17ee5156ad6405f8c9196b74130c9dc0c 2,234 1.00/1.00 vMB 226
464,634 464,634 00000000000000000200e2bd3c1f8621475a665cec755312caee77ca7674580a 1,873 1.00/1.00 vMB 278
464,633 464,633 000000000000000001f872b930554b7dec6f9414210423d8cfd7dbe1742a4a9a 2,399 1.00/1.00 vMB 181
464,632 464,632 0000000000000000015215542c7be4137101a396e6eec32fae39a2c91afe0f5b 2,259 1.00/1.00 vMB 224
464,631 464,631 000000000000000001af275c9e295ecc5ee5ed01153df15a1091154dbf3eda37 1,977 1.00/1.00 vMB 194
464,630 464,630 0000000000000000016ada347dd588d11b93ab2f7c37319a60065e6aaa0f6286 2,179 1.00/1.00 vMB 271
464,629 464,629 0000000000000000006cd2d833aff06ead5f4c5d869ef58e97e42b6d08a8adea 1,629 1.00/1.00 vMB 218
464,628 464,628 000000000000000001307d2119cd317d42d5f8ea342499f7bda6898460f56f1e 2,069 1.00/1.00 vMB 208
464,627 464,627 000000000000000000d355d2170c7b14bb18b96c421a05c901a2156c21547640 2,213 1.00/1.00 vMB 204
464,626 464,626 000000000000000001e92956397e832e02ea364f4df92469a22511c4eafce4e4 2,495 1.00/1.00 vMB 156
464,625 464,625 0000000000000000014ca0d1c2d3dc43cfdcda09ab515159fd162c05a6968430 2,797 1.00/1.00 vMB 328
464,624 464,624 00000000000000000218bd169a2c73b1953e53e73d25b0668431edf78bf58ad6 1,437 1.00/1.00 vMB 158
464,623 464,623 000000000000000001c78c31092206c89b75c7dfbe23373114f9a9a3630e34c8 1,879 1.00/1.00 vMB 148
464,622 464,622 0000000000000000017b0086500d3db1977d5ae01575fa64d57d014504eb2489 411 1.00/1.00 vMB 151
464,621 464,621 000000000000000001e7e7a2f6412adc11e4cc3807e0df9176848a7cf64f67e0 2,217 1.00/1.00 vMB 209
464,620 464,620 000000000000000000630bb1c0e435707e4474d2561e57987dc0f4dd33391d66 1,870 1.00/1.00 vMB 131
464,619 464,619 000000000000000000d469139209b9b933d627bec19b36a83889ebffe6c6f31a 2,343 1.00/1.00 vMB 220
464,618 464,618 0000000000000000005a1467c573a8f15254c5396aa8eb17d673321680822e4d 2,288 1.00/1.00 vMB 132
464,617 464,617 0000000000000000005df05643ffc21b38618826cbe7b9caa9907203cc0739a8 2,006 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 783.06 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.67 GB
    • Received: 18.24 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.