Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

682 transactions (0.14 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,547 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,546 (368,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,608 542,608 00000000000000000025cffc72b29dd7c44508613a441fd5bca7f0b5b3d85c22 1.17 MB 2,324 22
542,607 542,607 000000000000000000219008df0c7d1a2ca2b4c61974853e7c2c2b17042c02f9 0.14 MB 309 11
542,606 542,606 000000000000000000103b482b0a580b082774c4040151a6a97872b03df22af3 0.34 MB 619 23
542,605 542,605 0000000000000000001178d6d3c3213ca2ae2a90751a7acce4331b2ca3e65636 1.19 MB 2,549 4
542,604 542,604 0000000000000000001346670c1e3a20f0fe074ac6b778654968e1587d18d31b 1.25 MB 3,489 23
542,603 542,603 0000000000000000000a6e3cf78942452a37d6631902819571e11dded4f1e98c 1.19 MB 2,662 13
542,602 542,602 00000000000000000016d558fc99e8fbc6aeef7e3dd4e17cdbbd293e3e76b68d 0.40 MB 781 10
542,601 542,601 00000000000000000012952ff6d6b2e29bedc3746be44f91ac6b490cd4b9c75c 0.79 MB 1,473 22
542,600 542,600 000000000000000000144b85b902b706159d2e7624d38ae8ba641c8803dff663 0.59 MB 1,269 2
542,599 542,599 00000000000000000024eb1d03ed91a4c88493a64e41e16f6d6f2371687fcd44 1.07 MB 3,465 4
542,598 542,598 000000000000000000052fdcf1c5d818dc8b27854e49e248c0eceb849b10a83c 1.38 MB 2,411 12
542,597 542,597 0000000000000000000e16ef6c29a8efaeda3fee1a15d2ae8a20ac4cd9c4060d 1.45 MB 2,687 29
542,596 542,596 0000000000000000001b7af4ccdb135212c0ff22234827b6536d5128b96f1460 0.47 MB 1,175 14
542,595 542,595 0000000000000000000caf0cdfb9765070b378ab66dc5ad1186441ac5598d5f7 0.34 MB 886 13
542,594 542,594 00000000000000000021036d7cca478fac0500b2b9567a2bc8969e0b7713d88f 0.20 MB 211 11
542,593 542,593 00000000000000000003fbf28fa0c28668ed8cde12430f422bfa243f01ca2baa 1.00 MB 2,562 13
542,592 542,592 000000000000000000035ae3f0ee409f34e1b5bda1d089cef68565e69e16fa14 0.07 MB 38 5
542,591 542,591 00000000000000000012a5c83cf9ba34a4508ef86291bacc027accb57a15e537 0.27 MB 535 30
542,590 542,590 00000000000000000003e80f71d5684c8380366ffe29eefdae974468d5090149 0.99 MB 1,966 5
542,589 542,589 0000000000000000000480833e81dcec8ca80f98575380775bde43b724a013cf 1.16 MB 2,400 24
542,588 542,588 000000000000000000169f3c18c64b2e6c1dcae052491fafbffcc6866cd8baa3 0.97 MB 1,113 10
Previous 10 blocks ↓
Total Size: 776.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,413.90 GB sent, 129.89 GB received

Notes

  • This page updates every 5 seconds.
  • 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.