Loading Tool

Explorer IconExplorer

Memory Pool

78,571 transactions
29.33 vMB
0.08358985 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 59ef934f4a8377ea1f634b1540b74b5cfde706acc91a26542baff139b9083685
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d02f47efaa8d6efb3da3b5d94c67b24b34ffe370eaab9284835f8df4699652a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.02187864 BTC
Feerates: 95.73 > 2.19 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (116,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,571 798,571 000000000000000000021dafb9ce4578ec27c8e4c9f15c1cd4b5b32bbb9120d2 2,221 1.00/1.00 vMB 12
798,570 798,570 0000000000000000000236d2415b83eb989dcfea392c6b209a96239157b3436d 2,004 1.00/1.00 vMB 17
798,569 798,569 000000000000000000009da33d266da74df6af356d2f8e78b27f4fe1502f9bc3 2,585 1.00/1.00 vMB 26
798,568 798,568 00000000000000000004f9d6cc2604bfb3b1edfbf8a94bffb996d2a94f44e679 3,395 1.00/1.00 vMB 29
798,567 798,567 0000000000000000000134569f1a631542b4663ecbf2b4c568e695b4a4012b09 3,386 1.00/1.00 vMB 20
798,566 798,566 00000000000000000000cdeb9fdff3719fa8ef03e7b21675689b8bb438f85e2e 2,066 1.00/1.00 vMB 19
798,565 798,565 000000000000000000042d6ef71af9ab3942987ac16210826071da49dfd425f1 2,918 1.00/1.00 vMB 24
798,564 798,564 0000000000000000000294b83f2ab69fcdf42ba49692ac4439a1be9dc22d1ab8 2,974 1.00/1.00 vMB 38
798,563 798,563 00000000000000000004aae38b0521e43ddb3a61b73f41a67cf3386f43a7e6af 3,114 1.00/1.00 vMB 21
798,562 798,562 000000000000000000042fc8c6b9c0590d40bcdd678253c41dfd12226c342b85 2,537 1.00/1.00 vMB 15
798,561 798,561 0000000000000000000421b9cecf429530337bf833fc9a70182b895f9e78e2ad 3,465 1.00/1.00 vMB 24
798,560 798,560 00000000000000000000c6ab97cbd4aed180a816d9ee5020177ae0e9ef08db3e 3,251 1.00/1.00 vMB 28
798,559 798,559 00000000000000000001713130481bb027c2b7fe02d269a953633c6da6cb5c05 1,614 1.00/1.00 vMB 19
798,558 798,558 00000000000000000003bca626ef39d5875d27c975eb332b91724b27df55bb08 3,130 1.00/1.00 vMB 22
798,557 798,557 000000000000000000028671d216bb45ee044605d62a6eef0915be0a64d1f66d 2,401 1.00/1.00 vMB 24
798,556 798,556 00000000000000000003bb47b475b268a97782127fc94cb6191b4a87bcb09788 2,995 1.00/1.00 vMB 31
798,555 798,555 000000000000000000028d33aefcb0a64fae8d17383ac55f3e86a2d4e338a0a8 2,878 1.00/1.00 vMB 41
798,554 798,554 0000000000000000000185e80c2ae0afa735cbda972972c37378ba634a875c9c 3,071 1.00/1.00 vMB 14
798,553 798,553 0000000000000000000138408869144ffe89e348b4528fb001d309cff24feffc 3,066 1.00/1.00 vMB 18
798,552 798,552 000000000000000000016110b9c8bc455db12e8c822ce831f4297eeb0ee39723 2,794 1.00/1.00 vMB 18
798,551 798,551 000000000000000000023ca6bd43439665ca7eefa17352df42d9f47ba43d2827 3,613 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.83 GB
    • Received: 16.43 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.