Loading Tool

Explorer IconExplorer

Memory Pool

80,245 transactions
29.63 vMB
0.06644885 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt 6b4afd9edfe5a0f9dedaeeb87ced1864406a86dfe085b76ba2f007c967b67a65
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 90ee7a97a5f0ab55a8a0187d6f3875fc71474f01e64cc03cc78dfade6bc1edd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,390
Size: 1.00 vMB
Total Fees: 0.00626366 BTC
Feerates: 90.30 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (431,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,681 483,681 0000000000000000009874ea234a4d0479d3ace87467b68914e29a3112f1776c 1,245 0.64/1.00 vMB 99
483,680 483,680 0000000000000000001d86c93cd829a6cedc8647c91d5745bdc68ba2764fcb41 2,413 0.99/1.00 vMB 204
483,679 483,679 000000000000000000abedbe66571c9af8cbdc83801ae7041bebfd0ac96d72af 2,240 1.00/1.00 vMB 207
483,678 483,678 000000000000000000740f85d6e51c1cc483bd5f70809275fee6978c5c7de128 2,469 0.99/1.00 vMB 339
483,677 483,677 000000000000000000754eab83e7608d0916b63a0f34b1aebae37da9a6786e87 647 0.90/1.00 vMB 21
483,676 483,676 000000000000000000978c99376268751e32014f8f72fb83ed683bca938b53d7 2,055 0.99/1.00 vMB 62
483,675 483,675 0000000000000000007f69bf9b580a6e68d43a3bc65144491bf8e66ada4f5ec5 2,366 1.00/1.00 vMB 140
483,674 483,674 0000000000000000000866bbf99805502804f4f9f6d163d1fecfa0983b805583 2,298 1.00/1.00 vMB 143
483,673 483,673 000000000000000000463d581ab81fec61067264b534f1cc50154b040e9f1fb4 2,331 1.00/1.00 vMB 253
483,672 483,672 00000000000000000020d469aac9cecc0e8bd4608fac9c4321030638a0f86151 2,045 0.99/1.00 vMB 258
483,671 483,671 000000000000000000d846d5b210cc0124051ba4d02ebb632e5f8f80dfe5f411 1,627 0.99/1.00 vMB 309
483,670 483,670 000000000000000000fff6489d2b71e38c54a7ec750903382257d370a93dfd95 2,390 0.99/1.00 vMB 282
483,669 483,669 000000000000000000cf2f715a2d40687cdd5ba9b837c68c23b09a27b5bfa09a 2,481 1.00/1.00 vMB 376
483,668 483,668 00000000000000000117f3fedc2baf89a03c494118c33e5c74336292bd285170 1,338 1.00/1.00 vMB 423
483,667 483,667 00000000000000000024ed1624346cce4a4324efc0f08d4a897e20542f7418f7 1,121 0.89/1.00 vMB 69
483,666 483,666 00000000000000000128875e52c0a58ed74ef3a5b80d6cf21c54ce81a828b2ab 1,544 1.00/1.00 vMB 243
483,665 483,665 000000000000000000d425cd25aa678d55bf1e970c3f8d114368ac4c69214676 1,358 1.00/1.00 vMB 52
483,664 483,664 00000000000000000030ef2ca4bde7cc1539d68bc38328ae98551621b632edb4 2,275 1.00/1.00 vMB 225
483,663 483,663 0000000000000000005112dfcda1eb51b9371bb9a09cb06656aecb82efcc9ef4 2,135 1.00/1.00 vMB 281
483,662 483,662 0000000000000000003b94d9692f1bb90ef619aad3c2662c1b64b356c87965a3 1,106 1.00/1.00 vMB 119
483,661 483,661 0000000000000000011a635ba78ceafb16084a84a88431ee38287958913c68d6 679 0.40/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.