Loading Tool

Explorer IconExplorer

Memory Pool

88,317 transactions
32.32 vMB
0.17270833 BTC
Random Selection Loading Transactions
Max Size: 195.70/200 MB

Candidate Block

Mining Attempt 925a8492c2eab98431058264f5a5212676ddcb21c117f75437665c195f7d7cd7
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 2b90a404404485a39bc31c658270fdde7f805d1ac28d38b329304d063543c8b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,735
Size: 1.00 vMB
Total Fees: 0.08389978 BTC
Feerates: 216.64 > 8.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (323,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,864 591,864 000000000000000000155e04c164bae03752e479369d216f675f28273e5ae3d5 2,720 1.00/1.00 vMB 14
591,863 591,863 0000000000000000000d42e79d1a3f5fa6d5d51b380d207d0f04cf9705a626f6 1 0.00/1.00 vMB 0
591,862 591,862 00000000000000000016328fd5fef73ffd7d391bec6d448b5e795e97cd51239c 2,002 1.00/1.00 vMB 12
591,861 591,861 00000000000000000009fffbe16ff274cfa5b562a3a0a679864a1f3c43ac4029 3,368 1.00/1.00 vMB 41
591,860 591,860 00000000000000000014aac3ea81228f1b920afe496ae3ad477378ac1138dc7a 3,004 1.00/1.00 vMB 44
591,859 591,859 0000000000000000000a1a4050cc13f7be515e6c54a71ea920b98b986abe111d 2,792 1.00/1.00 vMB 28
591,858 591,858 00000000000000000010f710ce87f0e7d8ffa125485749b63fa9ed135343fb96 2,809 1.00/1.00 vMB 17
591,857 591,857 00000000000000000004c2dd49001bdb55bff593a01f3adc7a8086d05f24814b 2,887 1.00/1.00 vMB 25
591,856 591,856 0000000000000000001565b7cbb6f04a47b7ef917523963b3864c41145b88539 2,427 1.00/1.00 vMB 30
591,855 591,855 0000000000000000000ceaf99bfa71e58351f347eee8d7377a6acc7aabf81b0f 3,293 1.00/1.00 vMB 48
591,854 591,854 000000000000000000170c27128e41069501b3548b8a283c059d40dc7ec8e7fe 1,638 1.00/1.00 vMB 28
591,853 591,853 000000000000000000112eaf7dc8a2d15ff688ba424c05d83ea87329c2ab0c78 2,905 1.00/1.00 vMB 35
591,852 591,852 000000000000000000082e4002ae6546c6dba7e82a6cc998a92ad975475be41b 2,011 1.00/1.00 vMB 29
591,851 591,851 00000000000000000003a5dd0dbef6173614f5b359efc240671025d23ff01e41 2,214 1.00/1.00 vMB 34
591,850 591,850 0000000000000000001b668e55ca9741a5072f4142c5e20f7b7ba0957bcb53f7 2,987 1.00/1.00 vMB 43
591,849 591,849 00000000000000000009629e8932ab5e7b4f1b7758bf3fcb0498e986a79f98a6 2,810 1.00/1.00 vMB 50
591,848 591,848 0000000000000000001a190874bde466b6443be941e8add217eadce44bd4799f 2,793 1.00/1.00 vMB 70
591,847 591,847 00000000000000000014c2ad6362f1f654c224f8b05d599e59f0c63b64f6b1a3 2,839 1.00/1.00 vMB 37
591,846 591,846 00000000000000000000c0ea5d7ecda9000409c31099d803248149a9a73fd373 2,492 1.00/1.00 vMB 59
591,845 591,845 0000000000000000000e4f2cfa90c7041b874876a46616c21222690b55740347 2,533 1.00/1.00 vMB 48
591,844 591,844 00000000000000000007d76a1e82d4d0e4cd14e8c62f6914d381333243b5f6e9 1,984 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.