Loading Tool

Explorer IconExplorer

Memory Pool

81,676 transactions
31.29 vMB
0.10184891 BTC
Random Selection Loading Transactions
Max Size: 189.31/200 MB

Candidate Block

Mining Attempt 1d5fa1dd5725c802192e1d598e78d8e678b47fa80b3924509427860973ded3fe
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 9b3eaf56c5030e8ac252a54afc4adc2fb46e9b1a2f6642d9371047eae7272f95
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.02427106 BTC
Feerates: 151.12 > 2.43 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (34,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,523 880,523 0000000000000000000225a651ed118e6463e591d1e5be3d8d7e550f90532a16 3,744 1.00/1.00 vMB 9
880,522 880,522 000000000000000000005a6208e34d6a5a20946e9ceab166a03cb144ba728397 3,306 1.00/1.00 vMB 13
880,521 880,521 00000000000000000000a2f23cd095cda298630b4ab1377a21c74344133e41f6 3,731 1.00/1.00 vMB 4
880,520 880,520 00000000000000000001ab69b566e8cded96ffb36dd265707f35e9769017c8b0 3,180 1.00/1.00 vMB 10
880,519 880,519 00000000000000000000fbc132e7cb70883a97e6939d67239d68b2813f8ef563 1,689 1.00/1.00 vMB 4
880,518 880,518 00000000000000000001909507424867141d6be97d59817f82bd3b8ae644c8e7 2,672 1.00/1.00 vMB 7
880,517 880,517 000000000000000000024114e481929afe746598973efdff97add933874fd8dd 1,635 1.00/1.00 vMB 5
880,516 880,516 0000000000000000000223c5c57ed3d5f0576348aef0d27ad706644019b0111f 3,718 1.00/1.00 vMB 10
880,515 880,515 00000000000000000001f18bf17de5ad70f4e80bfad5cba0f5c29c4ffdb2cd45 3,215 1.00/1.00 vMB 6
880,514 880,514 00000000000000000001fe8286a66221b65c20d0c0c6369d57b4fc344536e170 3,545 1.00/1.00 vMB 8
880,513 880,513 00000000000000000000840e3c2770df668225f4c384674a6a2441ad0e3b60e2 3,817 1.00/1.00 vMB 8
880,512 880,512 00000000000000000001c3fbc76a7efe7a320a8236ea6250bc15e4f7a67e727d 7,396 0.78/1.00 vMB 64
880,511 880,511 00000000000000000000f559188ba8fb5ea0b119ffe1d5335b217d52fdaddcc9 1,295 1.00/1.00 vMB 2
880,510 880,510 00000000000000000001359a34cd7a1e647cb0e31b36d8b33002702721c3a2bf 2,609 1.00/1.00 vMB 3
880,509 880,509 00000000000000000000ecea4d72908221a3103a0b642b5925703342a1fab5a1 3,530 1.00/1.00 vMB 5
880,508 880,508 00000000000000000000a030d3f5e8b0220886d1adbc92d3bb39bd9fb59a47c0 1,677 1.00/1.00 vMB 2
880,507 880,507 00000000000000000000ddebbd743a4c30b658e55f513ae7f7e18f1c35c042d6 2,626 1.00/1.00 vMB 2
880,506 880,506 0000000000000000000016d1dc4bf7a6269ec25c92d81e13bcd1bef9f3f4f35a 2,954 1.00/1.00 vMB 5
880,505 880,505 0000000000000000000157a53d3a06cef753db21162760b475ccd8f7d6323356 3,584 1.00/1.00 vMB 9
880,504 880,504 00000000000000000000a66284def747bf51b38861f2f0d6aca5df81b36a03cd 1,963 1.00/1.00 vMB 3
880,503 880,503 000000000000000000027a0917a275aebab49a70f037f9025865847776c71b0c 2,982 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.