Loading Tool

Explorer IconExplorer

Memory Pool

87,090 transactions
31.62 vMB
0.21672592 BTC
Random Selection Loading Transactions
Max Size: 191.95/200 MB

Candidate Block

Mining Attempt 08256b9e7e3d0c492044bebe658bf993824963efe889c5e4fc160ef0f117dc4a
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 96805d6a9a3c820382755f1d08e6bd6fcc280b6b48772cd4fa6019508afe7a06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.10891598 BTC
Feerates: 502.67 > 10.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (233,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
681,220 681,220 0000000000000000000a89877dfbdaf7505b02b599c39c8a693774afbd394721 1,693 1.00/1.00 vMB 25
681,219 681,219 00000000000000000003a3d4ea7062c969003eaf2d18f029bd686ad0d1de1e7d 2,487 1.00/1.00 vMB 114
681,218 681,218 0000000000000000000924e91121845a2911e34778cc2edf88726d603b648648 1,439 1.00/1.00 vMB 15
681,217 681,217 0000000000000000000252ad25af980abed554bcf1b7e015d72b0b0af6b26a40 2,567 1.00/1.00 vMB 124
681,216 681,216 000000000000000000054626a4b6b5023dba481f85e3816d309a05559b3dd802 1,986 1.00/1.00 vMB 85
681,215 681,215 000000000000000000040bfbbb84bbe19dd8702163dac3b1ba8c15054dd7e4c3 2,169 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.