Loading Tool

Explorer IconExplorer

Memory Pool

75,349 transactions
27.51 vMB
0.06549501 BTC
Random Selection Loading Transactions
Max Size: 168.56/200 MB

Candidate Block

Mining Attempt c737ccbf8a10c1b4d033200cab36c352b29f7471161206e976f36fc735cc6382
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root f546f15c72ab26d7a11ac3b2df484b7458f52535721efd06f75887bc4027c93c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.00673912 BTC
Feerates: 24.01 > 0.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (107,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,989 807,989 00000000000000000000350b3ce428b1fb2871ac395c883a023457396b2b5d4e 2,396 1.00/1.00 vMB 16
807,988 807,988 000000000000000000036226e003fef4e85d6917e08e5a0fc6f2a7086c49f7c1 3,339 1.00/1.00 vMB 24
807,987 807,987 00000000000000000001e53ff70ab29b15566afebc8754407e5c3165fac78390 2,953 1.00/1.00 vMB 20
807,986 807,986 000000000000000000013a85f95969c177e893ed7bb71a632cf0d9f0ca7b0111 3,475 1.00/1.00 vMB 15
807,985 807,985 00000000000000000003a7c66a45e5f94a38bf258cc12d54afeb52534979e4c5 4,381 1.00/1.00 vMB 14
807,984 807,984 0000000000000000000358752719c6580ec4e9ea3ec0ac2cdd616c6b07ce2bad 3,104 1.00/1.00 vMB 24
807,983 807,983 00000000000000000003d7ad8fc1149334cdc72a29cd8bf5785f09c8221f45d2 3,022 1.00/1.00 vMB 21
807,982 807,982 00000000000000000004a33d75a79e9b0d20064336ba0e825d3372befe75d9fb 2,244 1.00/1.00 vMB 19
807,981 807,981 00000000000000000002b5d275841793bae17a8b7326cec677ac3adad68b6ba2 3,768 1.00/1.00 vMB 16
807,980 807,980 00000000000000000000f0e1c84ac4e505d8ca5f743a0d4998b88321b67d3c1a 4,072 1.00/1.00 vMB 16
807,979 807,979 000000000000000000049c655d74b88a08a1b594a41d39fd92eaf0f2044c9664 1,693 1.00/1.00 vMB 15
807,978 807,978 0000000000000000000070bb06f5825de251342968b3793d999acaa58f9842a3 1,775 1.00/1.00 vMB 18
807,977 807,977 0000000000000000000079c44c61773e819d13be641e731624876fddc5ed9bfb 1,963 1.00/1.00 vMB 19
807,976 807,976 00000000000000000000ec29cf13b96619dd706a88e90af5d3c259c6e09f7106 556 1.00/1.00 vMB 15
807,975 807,975 00000000000000000002eee382621b097cacf84ad06ee5bfc1326adb41275683 3,539 1.00/1.00 vMB 14
807,974 807,974 000000000000000000015ba13d2384a0e4c48182d29dbf72f582acee5c0b93c1 4,136 1.00/1.00 vMB 18
807,973 807,973 000000000000000000048af81f738dc59adcf88b62551e9a427a0cd1336365d1 4,102 1.00/1.00 vMB 16
807,972 807,972 00000000000000000002bcac32de552b4ab2df2ebfe4e6b292fb56ea8615378d 3,478 1.00/1.00 vMB 21
807,971 807,971 00000000000000000002d5e7bb6e3e96160a14605a3b52940a88c50bb995d342 4,193 1.00/1.00 vMB 15
807,970 807,970 00000000000000000000ba7d8c8fda37da863fecf61d05ba13f8a79ae9c218db 4,461 1.00/1.00 vMB 16
807,969 807,969 0000000000000000000079c98efb76c20d32e9a1f0f1e6c7e4b369dbe70ac567 3,367 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.93 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: 714.59 GB
    • Received: 17.57 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.