Loading Tool

Explorer IconExplorer

Memory Pool

77,493 transactions
29.34 vMB
0.07589591 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt 047d80ba1cf4799edb796b7e34a0eed673cdb89bdd4e8e902fe9e8d570753a44
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root 956bd3026311bc7f36df97300b27fb3e81bf3d0fddcac2c232805816884a05ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,778
Size: 1.00 vMB
Total Fees: 0.01343234 BTC
Feerates: 59.34 > 1.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (233,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
681,214 681,214 00000000000000000005970a21d7e2e46ab7fe67a060fc8340b7fa72a5264a1d 2,369 1.00/1.00 vMB 90
681,213 681,213 000000000000000000016ae94d953c58fa53891c2bc8ee18d533016bc58bbec6 1,381 1.00/1.00 vMB 142
681,212 681,212 000000000000000000011a83df1eaa97b0b13f9c0f2143b1e67096c744b2401e 1,247 1.00/1.00 vMB 154
681,211 681,211 00000000000000000007e8db4067d3022e1c973ef5e6b4f3d6e563fc294faed7 2,017 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.66 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: 672.98 GB
    • Received: 16.35 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.