Loading Tool

Explorer IconExplorer

Memory Pool

43,264 transactions
27.01 vMB
0.06242367 BTC
Random Selection Loading Transactions
Max Size: 142.10/200 MB

Candidate Block

Mining Attempt 116ec6325170f316206d418bd4a0aef9c2feba5a6117f0eb30354830124a7c3f
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 3e755a1fca2a039179a40ee2a1a76b15bd560c05d3db2d29676d90b4cdee1b46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,483
Size: 1.00 vMB
Total Fees: 0.01210419 BTC
Feerates: 151.15 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (224,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,079 690,079 000000000000000000002d01d3e9679a56df2df8400e1e2eb24726d5d195a12e 3,021 1.00/1.00 vMB 29
690,078 690,078 0000000000000000000a2d2e0fb4b756637f290fe448ad8fde5d4e6cf6ce8b06 2,547 1.00/1.00 vMB 38
690,077 690,077 00000000000000000009061817774080916e55cb116a3a45c602979585b02dee 2,834 1.00/1.00 vMB 37
690,076 690,076 0000000000000000000e4a9c7f1511992c2594e5ef175b22feb73652cc4c2e03 2,340 1.00/1.00 vMB 26
690,075 690,075 00000000000000000005f88dd4064f21afbf095fb3dad80b8171409083a3cd60 714 1.00/1.00 vMB 29
690,074 690,074 00000000000000000000fdf1c5eefe0c67088f733244561a19af337a030154c2 2,485 1.00/1.00 vMB 43
690,073 690,073 00000000000000000010c589584fe1c15ec9e56835a921540da0cc08bb37c617 2,560 1.00/1.00 vMB 52
690,072 690,072 0000000000000000000e63b9aeb3fa7d0c94036c2acd75fa6f167ea6db58c9da 1,632 1.00/1.00 vMB 34
690,071 690,071 0000000000000000001100396f2a62a6e1970c3c0c0fc9c13e1b5a10c2a33089 2,821 1.00/1.00 vMB 29
690,070 690,070 00000000000000000003b484efb5b020bfd0c44c6b0f0736321faf71e4586063 2,519 1.00/1.00 vMB 65
690,069 690,069 0000000000000000000f1aa1d6b9e7c6c322f9986bc47432464b04827e565583 3,279 1.00/1.00 vMB 39
690,068 690,068 0000000000000000000fbbeabc646efa3bc43031a24a2235ca4410f117cc2fb8 2,529 1.00/1.00 vMB 92
690,067 690,067 00000000000000000000c813fd197500c8d57c441fc6be27a97258eb2a6248f9 1,422 1.00/1.00 vMB 15
690,066 690,066 000000000000000000105f755f49f80bb2ef42909156709d747962188c276249 3,024 1.00/1.00 vMB 26
690,065 690,065 0000000000000000000d512cfc8cc51b11259e65ffc904af9fa3df227c43e329 3,007 1.00/1.00 vMB 29
690,064 690,064 0000000000000000000bf020b982c3056bf5dffee8c78151b03d8b218d5de558 1,393 1.00/1.00 vMB 34
690,063 690,063 00000000000000000005a8c855e5d62f40b3f1f53e0a2906ba97ff6f8e64ee12 2,259 1.00/1.00 vMB 45
690,062 690,062 00000000000000000008b20f03de52d7dc58c5fc31b7110a6283fc828b3bdea4 2,706 1.00/1.00 vMB 43
690,061 690,061 00000000000000000003447ce730513c318e29ac7f99b46dfb9c813c3eaa9a87 2,481 1.00/1.00 vMB 42
690,060 690,060 00000000000000000002210ae86c65c098c72ee71427850664bdf53cab553dba 3,046 1.00/1.00 vMB 40
690,059 690,059 00000000000000000004a6d50d3a0b05583fdb1e1e38471929a5651f6214efbb 2,565 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.