Loading Tool

Explorer IconExplorer

Memory Pool

82,951 transactions
32.07 vMB
0.11632909 BTC
Random Selection Loading Transactions
Max Size: 191.23/200 MB

Candidate Block

Mining Attempt 4e14c7f02114a5bd322483f185a25c4bd224bbe609b84d348a2d0fa9ec343340
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root ec670898997bfe5599c677b4defcb2c8d23bdeea4f02aa3978c9acfbf31362e9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,215
Size: 1.00 vMB
Total Fees: 0.02807750 BTC
Feerates: 711.74 > 2.81 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (13,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,346 902,346 000000000000000000005a56b0ea9800436e46a2e30385de6312ad88e1a7c545 1,445 0.45/1.00 vMB 2
902,345 902,345 00000000000000000001201fc81709a328f0f894f7f2a9b6d0332fdea5d9b68c 86 0.04/1.00 vMB 3
902,344 902,344 000000000000000000006bfe1de5e0c7535142a192abc5f70f0169394203a6c6 2,701 1.00/1.00 vMB 2
902,343 902,343 00000000000000000000be0d77ddb8c36c277db0600120e04fa9f514e65278f8 2,136 0.81/1.00 vMB 2
902,342 902,342 00000000000000000001b8960aba6ae3aabaa965c0a09aa379a34b2ccedde8c2 2,202 0.81/1.00 vMB 2
902,341 902,341 00000000000000000000bfa3f2508f034d6b5224c7cdb61bc08b60f62a97b02a 1,837 0.68/1.00 vMB 2
902,340 902,340 0000000000000000000083bc6ced7f7a3806ddf347f5025e6e23a2b707ac9b6a 3,053 1.00/1.00 vMB 3
902,339 902,339 0000000000000000000073fa844273452d2c71b36f6dec32f6170fa1f0ad6e6d 2,871 0.93/1.00 vMB 3
902,338 902,338 000000000000000000019acfe25fa831f6bc8dfe160b0b59a68b717b66ff8861 807 0.30/1.00 vMB 1
902,337 902,337 00000000000000000002335d55e23594b2e57df656cf1b65b2cce7e01d775d0a 1,955 1.00/1.00 vMB 2
902,336 902,336 00000000000000000000127cc9d7f26ee006e7aa90a2f0a24b8d5e70252cd54b 3,575 1.00/1.00 vMB 2
902,335 902,335 000000000000000000013acd63c75412cb5cde4831296fd7f36b095ca7e1d4a1 3,842 1.00/1.00 vMB 5
902,334 902,334 000000000000000000012796c3b8c1c3159076b6b923ea0c558463e4c97fafd3 2,856 1.00/1.00 vMB 2
902,333 902,333 000000000000000000020e13c402fcf420580ff63a3c57b36945ad92d39ed069 2,043 1.00/1.00 vMB 2
902,332 902,332 00000000000000000000dac1b36137072668e9413c0dedd19d03d7b47544d130 2,421 1.00/1.00 vMB 2
902,331 902,331 00000000000000000001c29c2e03f45da792cc07fdd5a92d69e156c7d05b2664 3,050 1.00/1.00 vMB 3
902,330 902,330 00000000000000000001adc3249d5b5804d22f337a7d785b0692d742d280101d 3,041 1.00/1.00 vMB 2
902,329 902,329 000000000000000000003ea1e4ec6347bee13f8c0a04c4700b4654bd4587b5ce 3,926 1.00/1.00 vMB 5
902,328 902,328 000000000000000000007c9c17c7bf755ee79720c35ac8ebdb7dab148c6b7ff9 2,591 0.70/1.00 vMB 2
902,327 902,327 00000000000000000000e247ca7e8a3be0bb048f5312b635da90fd8c5923c3a3 2,825 0.86/1.00 vMB 2
902,326 902,326 000000000000000000007ce06b9035de2f8f314b485260d15098dec37cf3b4cb 3,343 0.97/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.05 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: 720.49 GB
    • Received: 18.17 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.