Loading Tool

Explorer IconExplorer

Memory Pool

84,049 transactions
31.91 vMB
0.10869432 BTC
Random Selection Loading Transactions
Max Size: 193.45/200 MB

Candidate Block

Mining Attempt 1b79570b649759509a9d417543f8af1d01c3650ad5aef14fc3dd1d5afc3c4052
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 1f8c07ec861bdc55697be08b187558b94de1ef34d8ecfbb7e1400788d05163d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,692
Size: 1.00 vMB
Total Fees: 0.03724635 BTC
Feerates: 351.58 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (237,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,084 678,084 000000000000000000035f36a48f7bdb87eaf6d787ea9ea8f8e2e16522ce4fdf 2,523 1.00/1.00 vMB 62
678,083 678,083 000000000000000000040fb2da73098f24cf9f97788635c321964ab708c0c1b3 1,629 1.00/1.00 vMB 64
678,082 678,082 000000000000000000057b9d3bb8b23ef22eb66a2fa3e57d54904b778d0685d6 2,239 1.00/1.00 vMB 48
678,081 678,081 0000000000000000000935395d172ea4160c7b731307da9732f43928b3973dd5 2,600 1.00/1.00 vMB 56
678,080 678,080 000000000000000000028b728b3a6642a0b24499586ec1b801864d7470f0e326 2,699 1.00/1.00 vMB 73
678,079 678,079 00000000000000000000a6bcbf09849fe895b5d18ed884e8d558a57fc4f5e95c 2,377 1.00/1.00 vMB 78
678,078 678,078 000000000000000000015db92c6f5c104e50b5386fdfe8fec133cf440ef86801 3,055 1.00/1.00 vMB 95
678,077 678,077 000000000000000000014c13f10b189d09f327d1b4d7c07b317e793646c0c232 2,994 1.00/1.00 vMB 93
678,076 678,076 00000000000000000000526a3f47d496f8233e95bfaf2f1d7522c83764eee39c 1,391 1.00/1.00 vMB 72
678,075 678,075 000000000000000000026c9eb684d86fdda149c6e86444114d80be03724be27d 1,100 1.00/1.00 vMB 82
678,074 678,074 00000000000000000001460ebfc538b546d7c242969f09b714a737fba95da302 1,966 1.00/1.00 vMB 88
678,073 678,073 0000000000000000000b60e865b066f137edc9b900fc75b81a8be71eb12a551a 1,795 1.00/1.00 vMB 66
678,072 678,072 0000000000000000000519a66cf5eecb46d6ec972ff14aa871bb9abbf618bbf9 1,690 1.00/1.00 vMB 70
678,071 678,071 0000000000000000000b2d52ff5eec19cba4935e01b624e7b9bb1ccb98a5732f 2,705 1.00/1.00 vMB 88
678,070 678,070 00000000000000000009e34ea21fd9bf28072712cb9244261857e25ae47a70ad 1,718 1.00/1.00 vMB 74
678,069 678,069 00000000000000000003d024055921a86e84c227349a4577e2432b13b89b8e15 2,018 1.00/1.00 vMB 82
678,068 678,068 00000000000000000009179752cda1d468e3388d3ad915789afeaeeb5cf6e4cf 2,421 1.00/1.00 vMB 83
678,067 678,067 00000000000000000006c605499ea849dc8f76e5e413ec3e771c5012a3859211 2,588 1.00/1.00 vMB 94
678,066 678,066 00000000000000000004a752d1ebfd95d1f45169c2fca98d8f86994509f427ea 1,863 1.00/1.00 vMB 78
678,065 678,065 0000000000000000000b8ecd65125bb8511b1deba5b2ea18c946a2999411659b 2,177 1.00/1.00 vMB 92
678,064 678,064 00000000000000000007b1694a6b3295ac27e96dbb06df77e679a00cc8d6c62a 1,893 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.75 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: 708.67 GB
    • Received: 16.75 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.