Loading Tool

Explorer IconExplorer

Memory Pool

74,917 transactions
27.60 vMB
0.07318450 BTC
Random Selection Loading Transactions
Max Size: 168.52/200 MB

Candidate Block

Mining Attempt 02ca1062d4a75c72d650d64aa339872b55e544dc3e9bdd8faa5fd7cb2a92f330
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 603eda1a75519f65e4f5dc171e1b03675744b450a7cb800f7d5164a5c2a4e4aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.01424019 BTC
Feerates: 80.55 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (264,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,974 650,974 0000000000000000000752442c1efe92a57cbc21579318242d1a77ac84ff1a2b 2,330 1.00/1.00 vMB 93
650,973 650,973 000000000000000000053221abdc304a4bd3048e1284558e1cf10d99254bafe7 2,944 1.00/1.00 vMB 64
650,972 650,972 00000000000000000006e02bcdfe73d747dd2af99b571effa71914db9e528af6 2,846 1.00/1.00 vMB 109
650,971 650,971 0000000000000000000080b5a5d7edde1e004d67f441453d5dc7069c0eb4570a 2,544 1.00/1.00 vMB 93
650,970 650,970 000000000000000000064f10db5885f484e8f923a3861745af49c5d142614e8c 2,434 1.00/1.00 vMB 110
650,969 650,969 000000000000000000049d2e22408ceead21f0e79125f4cd6552d520d0e490d1 2,666 1.00/1.00 vMB 95
650,968 650,968 000000000000000000016bd022001e7aa3ab0be8c59edf306334af8b1b918b43 2,482 1.00/1.00 vMB 115
650,967 650,967 00000000000000000002f6ebcaa3d49abccad0dce99b59da246d2816217b21df 2,770 1.00/1.00 vMB 108
650,966 650,966 000000000000000000014c6e9a2c07432c26cd3c804e2cd18ef3e133fa46ba44 2,991 1.00/1.00 vMB 130
650,965 650,965 0000000000000000000bd7725e42b34610c782ad2f44086740f6f2331ba38d34 2,766 1.00/1.00 vMB 77
650,964 650,964 00000000000000000003b189bd07479cee8d7ad01fdc6bf4dfab5a14511eb88c 2,263 1.00/1.00 vMB 115
650,963 650,963 00000000000000000006f77ff9fc5bec7216a2827c53e1ad9f5689b5903d7c95 1,861 1.00/1.00 vMB 66
650,962 650,962 0000000000000000000741607948e89450377497f65cc5b3823d341f659faeed 3,000 1.00/1.00 vMB 86
650,961 650,961 00000000000000000004c990f999fad96461311303c8720843f5a36155db3544 3,135 1.00/1.00 vMB 113
650,960 650,960 000000000000000000007f889a923183bb58dbc67cbf79293071143b29089251 2,380 1.00/1.00 vMB 102
650,959 650,959 00000000000000000009e711623c1f0c26a4b5486c6eff56d8c670028e2605c4 2,850 1.00/1.00 vMB 124
650,958 650,958 00000000000000000007583bd8b5596d8fa22a9c96428d42fa4cd1abb3b0ce69 2,219 1.00/1.00 vMB 61
650,957 650,957 0000000000000000000a0cb7e19af6872c01af467e3a41c6ab5414eeb9b9d4e3 2,488 1.00/1.00 vMB 76
650,956 650,956 00000000000000000004f23ae167107f08f6092c02a0e203aa15d10a655ede87 2,050 1.00/1.00 vMB 112
650,955 650,955 0000000000000000000778bb858e7d3639a24fda39b276fa8481a4d9b2e3db10 2,890 1.00/1.00 vMB 98
650,954 650,954 000000000000000000081821e405f847031cfa47de084323e1ba567efa15c391 3,186 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.