Loading Tool

Explorer IconExplorer

Memory Pool

83,306 transactions
30.57 vMB
0.07908960 BTC
Random Selection Loading Transactions
Max Size: 185.96/200 MB

Candidate Block

Mining Attempt 304b75d640934ff36f8f5514610eb60a626c4636c11a10d53318143fbee8fbc1
Version 20000000
Previous Block 00000000000000000001d0302157005d21575da6e24033fd5f2031f58bc16593
Merkle Root bae8bf6da0be23d1df41aa33b46b94de7e5ba60ffe2fdf4f95cb1007c298f0ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,114
Size: 1.00 vMB
Total Fees: 0.01317126 BTC
Feerates: 73.20 > 1.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,077 (233,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,241 681,241 00000000000000000002070ccdf95e74857c9bee6e65f6124a55fa6903c2aea9 715 1.00/1.00 vMB 45
681,240 681,240 0000000000000000000348cfdb0c1f6d8d0a706e617f8999ed780602af0886f0 1,256 1.00/1.00 vMB 66
681,239 681,239 0000000000000000000051e2eedaee3ac0bc6cb934aefc84986908b8a965ed67 2,135 1.00/1.00 vMB 90
681,238 681,238 00000000000000000000a4122b319473238e609ba2b21232e1169e903a73fca8 1,616 1.00/1.00 vMB 79
681,237 681,237 00000000000000000000de7d16d6f4f1f20ddae7a6825bb26443de90737ff133 2,786 1.00/1.00 vMB 159
681,236 681,236 000000000000000000071407d34b2edf0c01133a2c8aa98d7d20f18c497fec1e 1,692 1.00/1.00 vMB 67
681,235 681,235 000000000000000000005bcf2103ee5c567a719301b1f8dbc9e8a7eaa6a506a8 1,641 1.00/1.00 vMB 24
681,234 681,234 0000000000000000000a601c043903c0fde963b8a49c09a04db2ac778d2827fd 1,788 1.00/1.00 vMB 109
681,233 681,233 0000000000000000000bd4d53c0d75c3eb3c764997bc1df2a094225a16f80d1f 1,639 1.00/1.00 vMB 90
681,232 681,232 0000000000000000000516018f9a36906dc6e777b6dca5ac61a48525f9172329 1,993 1.00/1.00 vMB 103
681,231 681,231 000000000000000000028466bb09b1aabd993e8966669b772a423e3b6fe1e982 977 1.00/1.00 vMB 43
681,230 681,230 00000000000000000001246ff9a2680c71e7deda72555b77aeaebfcd9e26a2e6 960 1.00/1.00 vMB 34
681,229 681,229 0000000000000000000b603665dce58948ac13483456bb9b5da6c84f1a20ebc1 2,110 1.00/1.00 vMB 38
681,228 681,228 0000000000000000000a10a4a68ffc24311081f84f994132e6375700340d161e 1,614 1.00/1.00 vMB 84
681,227 681,227 000000000000000000055262eb58a1a9e3a76b05ce8ad0c214b1cd47af7e49e7 1,498 1.00/1.00 vMB 147
681,226 681,226 00000000000000000007666991bb593a35f2d3a15de8772e59d6c5233cdb1c1d 1,974 1.00/1.00 vMB 158
681,225 681,225 0000000000000000000863a4bfe59e9708d1457380f1ff2c96851986002affd1 2,080 1.00/1.00 vMB 26
681,224 681,224 000000000000000000035b48323e22c3448705a6379cc9c2cee4092c74289eab 1,988 1.00/1.00 vMB 65
681,223 681,223 0000000000000000000798b6c2d1dd93800b794fd04fdcf3389051307b369b30 1,664 1.00/1.00 vMB 91
681,222 681,222 000000000000000000069781eef6317258755fdd86c7337357aa11563f106d67 2,780 1.00/1.00 vMB 162
681,221 681,221 00000000000000000001ce0ffb451297254f6f6dcad77f0dd546489e941d38f9 2,403 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.95 GB
    • Received: 15.66 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.