Loading Tool

Explorer IconExplorer

Memory Pool

79,183 transactions
29.69 vMB
0.07509809 BTC
Random Selection Loading Transactions
Max Size: 178.03/200 MB

Candidate Block

Mining Attempt e92ec022ce142fc8bdf331f78f6df43b7c9fd6cd5fad342b4c408b70e52b8bf3
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac04acd2d30ed77eccfb49dcd5c6d9102630ee315ee9c6089a473672b04d4cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,830
Size: 1.00 vMB
Total Fees: 0.01467799 BTC
Feerates: 150.77 > 1.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (537,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,770 377,770 000000000000000002cb20d73c1150e8771dad160fac4e79f825cee5b6acdd4c 138 0.10/1.00 vMB 22
377,769 377,769 000000000000000006697adb0a4152d88b3ccffec928463da0ad93a5b7ac39d3 1,151 0.81/1.00 vMB 36
377,768 377,768 00000000000000000e3d138ac42586a270b6ea599ee6c1be9eeeb417619bf624 765 0.87/1.00 vMB 13
377,767 377,767 000000000000000002df11dd2bb6b40ff141b8ad7601271662b697c7377af93c 1,332 0.93/1.00 vMB 27
377,766 377,766 000000000000000002c22e6c19a56344b9a408a08cd9926d98350815d558198f 1,373 1.00/1.00 vMB 27
377,765 377,765 0000000000000000057350f96e4f30d0a432327ddaf5292f65599e91797bd917 1 0.00/1.00 vMB 0
377,764 377,764 00000000000000000c6da309f1fd86fb65c717fbcb2e5e6c12b3574c1fe7fea5 2,333 1.00/1.00 vMB 39
377,763 377,763 00000000000000000e61d871be82497f313cad72a9431c3b38ff6cbcbd2e9c7e 1,889 0.95/1.00 vMB 39
377,762 377,762 00000000000000000e28355ba3453f21d8d8f782d824fcce0888d63961ce9d52 1,972 1.00/1.00 vMB 60
377,761 377,761 000000000000000004cac84bb75bd7e0400bcc9c92d050067be741520aa58982 1,985 0.93/1.00 vMB 53
377,760 377,760 00000000000000000c3d4e74cb9e7adf202bcd26ec7d09041b2d9947fbd323ee 1,085 0.75/1.00 vMB 47
377,759 377,759 00000000000000000fbf535f75d1a7437d9bf0fc0fbd0beee68f673a02b51aa4 204 0.14/1.00 vMB 38
377,758 377,758 00000000000000000aae42e7b9fc8ac220cb7b5d7103c664db5bbbadf642f363 188 0.19/1.00 vMB 36
377,757 377,757 00000000000000000586e12ff9c56064ccc4eb347d460ee772450cdddaeed1f4 738 0.92/1.00 vMB 14
377,756 377,756 000000000000000000ea8779ccf670ab3a664d9f24f53b84c14d2866e555570d 1,524 1.00/1.00 vMB 57
377,755 377,755 0000000000000000073e91911b64d53dc6e3bb3409417175bb4c0c6e0ce1ffe7 355 0.21/1.00 vMB 41
377,754 377,754 00000000000000000fb040fbfbc7ca73a3f007370f22e5a1a8c5a41be68306f8 499 0.45/1.00 vMB 17
377,753 377,753 00000000000000000eb3bac67408e00fda1c39d99bc0e6015f27ea8893c76ec0 1,202 0.90/1.00 vMB 20
377,752 377,752 00000000000000000522f60c993d81499fdc4ab00c3612ac8daf9cbee98d2114 2,373 1.00/1.00 vMB 40
377,751 377,751 00000000000000000c894cbd999ef65647f383493e7fb4382524cb9dc07f7d89 2,394 0.75/1.00 vMB 58
377,750 377,750 000000000000000001bf6f3f031694174c9a4519eac8b606a88b7773f87d4d85 403 0.22/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.