Loading Tool

Explorer IconExplorer

Memory Pool

50,504 transactions
29.02 vMB
0.07341982 BTC
Random Selection Loading Transactions
Max Size: 156.60/200 MB

Candidate Block

Mining Attempt 98bfd4654b51d6d2574eb8aa0ef2f6a6494e230c11817d68fa0a1b0d784257fb
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 236993ffa9d2b9876b4d73607e1f193bea317c1d1165fc75bdd9e0f8885219d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,145
Size: 1.00 vMB
Total Fees: 0.01805487 BTC
Feerates: 173.90 > 1.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (273,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,714 641,714 00000000000000000009896d26a472dc5dc8ce62d6c6dd98e68f9240c1a08e53 307 1.00/1.00 vMB 18
641,713 641,713 0000000000000000000b0c38975e119e74ee0c570e4fee71eedad83ce2127601 2,416 1.00/1.00 vMB 99
641,712 641,712 00000000000000000001bf3702af9c76115f618ad69f93e87d0af07234b3a793 1,341 1.00/1.00 vMB 44
641,711 641,711 0000000000000000000be4d0f0022aa456b94433be6fc74ed4a7ecb7b17499ba 1,168 1.00/1.00 vMB 155
641,710 641,710 0000000000000000000752e6cd8da7b3be6b8bee3f3eacd1a1ac9e54c963c08b 629 1.00/1.00 vMB 48
641,709 641,709 000000000000000000086c952e53f8a2799e9cfa35413a98d3e7eeff89deb3a3 1 0.00/1.00 vMB 0
641,708 641,708 00000000000000000003f0776eb86c7a0850b878a2cf84e1af9c8707b12f03bc 33 1.00/1.00 vMB 11
641,707 641,707 0000000000000000000b7d15256dad97303987666be3c9d4b31160a5f853907e 1,010 1.00/1.00 vMB 39
641,706 641,706 00000000000000000000d33c693066307c62aa05f0dd82c5423e1468a4236b50 651 1.00/1.00 vMB 29
641,705 641,705 00000000000000000009e5a393c71c0deb903435697b2cac36bcd9b9459a2fa6 878 1.00/1.00 vMB 27
641,704 641,704 00000000000000000005e95c6e15dd00d91706a032112b6a440e67dad2dc8fe9 2,736 1.00/1.00 vMB 118
641,703 641,703 000000000000000000042d683d56f08c75d7ab159f412769a39525f6dcc4176b 1,917 1.00/1.00 vMB 78
641,702 641,702 0000000000000000000e4c0369dba114a655d3ca1498f150fe06ae046357ae8d 1,510 1.00/1.00 vMB 57
641,701 641,701 00000000000000000004d593fc2dc57a402a9b591c0b6cf1eef8fc3196639a6c 2,040 1.00/1.00 vMB 91
641,700 641,700 0000000000000000000b13561c42bf72b9880aecb644e1ad84805f36c6db5850 1,936 1.00/1.00 vMB 42
641,699 641,699 0000000000000000000d65d31f0a03455a5e9ca82406414c2b868ded177bff0b 1,812 1.00/1.00 vMB 88
641,698 641,698 000000000000000000083f14cfc23319d77e60ad0460804f41f3f130358a2832 2,371 1.00/1.00 vMB 126
641,697 641,697 0000000000000000000898850d94e01433d9d6f89a22a5a7249d083a574bb1ef 2,169 1.00/1.00 vMB 91
641,696 641,696 00000000000000000001c0734979e70206ff2a50d6ae0a354351df8f7b05c39a 2,675 1.00/1.00 vMB 145
641,695 641,695 0000000000000000000a3e2370381a492180e3a02a4889da178b7cd592124729 396 1.00/1.00 vMB 10
641,694 641,694 00000000000000000007b2d6e4914766d7e45663d8193ce75872d0b894d537f7 884 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.