Loading Tool

Explorer IconExplorer

Memory Pool

81,764 transactions
30.53 vMB
0.07779748 BTC
Random Selection Loading Transactions
Max Size: 184.07/200 MB

Candidate Block

Mining Attempt 0492564caabcdd0b5c2765eaf54105e0f6440ed04385612cadb6aaf5e7f3ee6e
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 42ffb3251178c4520e7c1d788615de8d5cbb3efbf925e94410b4674165c89b13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,148
Size: 1.00 vMB
Total Fees: 0.01462507 BTC
Feerates: 40.91 > 1.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (100,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,424 814,424 00000000000000000002961e45b5e789877ad5e53dc941b37f53aab48ed599f2 2,732 1.00/1.00 vMB 11
814,423 814,423 00000000000000000002a5bae6aca588700e41760fb0a48631fee7d187012b9f 1 0.00/1.00 vMB 0
814,422 814,422 00000000000000000001afcb0964d74e57e539c33c513ad69902e8dc7c9ac44b 2,677 1.00/1.00 vMB 3
814,421 814,421 000000000000000000035988e393fcac468a27402aecfbe6908309d258865d2f 1,888 1.00/1.00 vMB 3
814,420 814,420 000000000000000000021cecf8f7567ab405ed18cb6315e78b47a69929aab6dc 2,796 1.00/1.00 vMB 3
814,419 814,419 00000000000000000001d0cc055334903633b06ec4d2c475bc57f6f65ece3bd9 1,301 1.00/1.00 vMB 4
814,418 814,418 0000000000000000000049c2a2f5c64eaacb2b6f2fcdbcfb606306b5b50086c7 2,409 1.00/1.00 vMB 6
814,417 814,417 000000000000000000009282c4363675d44043cfa3d5a0aba8972a919c52d9a4 2,048 1.00/1.00 vMB 9
814,416 814,416 0000000000000000000418f6878cbfa1f2d611a9498bc10fd2ca0cb9e2797244 2,057 1.00/1.00 vMB 10
814,415 814,415 0000000000000000000358fc38e81e24f02200bcc7183233f77101a6bd87bc5d 2,344 1.00/1.00 vMB 11
814,414 814,414 0000000000000000000321b9fbbfc5d2146dbb524f6ad7ee252e189bc21e599f 3,386 1.00/1.00 vMB 14
814,413 814,413 000000000000000000022a39ded990a68ecbdbf95017c33127ddd0572c4efd81 2,995 1.00/1.00 vMB 23
814,412 814,412 00000000000000000003b9953446183150d205a486421fda2db0671bb817f004 2,970 1.00/1.00 vMB 12
814,411 814,411 0000000000000000000152ac54dff06ff9bae066d7b85057dc5a28ed82b5b72d 3,266 1.00/1.00 vMB 14
814,410 814,410 000000000000000000004dc4303181cbfe69f4ee708c27354f79103b64d4d446 2,440 1.00/1.00 vMB 12
814,409 814,409 00000000000000000002378567b27bcc650dd1d4875242443b3e989869e24e5f 3,068 1.00/1.00 vMB 11
814,408 814,408 00000000000000000002bc14dc938fed8887c380f5f604d92f711d460e82f4ba 2,715 1.00/1.00 vMB 9
814,407 814,407 00000000000000000003fd517f77b7d28e15330a610a195219d5fe856f8424d0 3,377 1.00/1.00 vMB 15
814,406 814,406 00000000000000000001ea0f978d4e1f84643a91b6cb86aaeb3a703774e9e67b 3,606 1.00/1.00 vMB 18
814,405 814,405 00000000000000000002a04edf3cb37cece477b2cfcb5eb4b0e384149ed70f2c 1,950 1.00/1.00 vMB 6
814,404 814,404 000000000000000000048b91fcbf37cfbde60070c76762be11b0a3df506451fb 2,806 1.00/1.00 vMB 7
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: 661.73 GB
    • Received: 14.82 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.