Loading Tool

Explorer IconExplorer

Memory Pool

78,988 transactions
29.95 vMB
0.12164609 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt 6748394ab523c1df7c1c931b1801aa8cf3e0db2da44cef3a3f0cd49b493f0a63
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 01dc846e538485d747f578eedba239987331b9e1ad5baa0d28b05fa906b9f57d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.03787036 BTC
Feerates: 673.02 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (44,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,160 871,160 00000000000000000002716d23b6b02097a297a84da484c7a9b6427a999112d8 4,604 1.00/1.00 vMB 7
871,159 871,159 000000000000000000005415216d9d2f8c87baae003386e3f2c060fe2ab00c8a 5,772 1.00/1.00 vMB 3
871,158 871,158 00000000000000000000dfd5bbf2c5dc350df058a4d5b5e1400f56197793cfdc 2,658 1.00/1.00 vMB 4
871,157 871,157 000000000000000000012f1f81d9d7d1113ecce48235bd83b1aaacd4ed3fa266 5,201 1.00/1.00 vMB 7
871,156 871,156 000000000000000000017c7a08445bfcff82673d3f55e9b5963b2acc4a6eb628 5,105 1.00/1.00 vMB 5
871,155 871,155 00000000000000000002a3cc50d6ab150d68a4391e00734ddd902a5c27ebc761 4,404 1.00/1.00 vMB 7
871,154 871,154 0000000000000000000276026e2e9f7651f404bc217b9477d5bfa2ed67e2a870 3,760 1.00/1.00 vMB 14
871,153 871,153 000000000000000000028dcc212d6669b6c5fdadc3331d619cf643d37226790c 5,220 1.00/1.00 vMB 8
871,152 871,152 000000000000000000012a6429026713263c91755e407f267e9a646e9bf45c13 5,177 1.00/1.00 vMB 8
871,151 871,151 00000000000000000002a9f9ccc5fd2c17e0308a1b86924b561752a62830dda0 5,640 1.00/1.00 vMB 8
871,150 871,150 00000000000000000001e2c42791ea2923d5842575026281899840a8e0740542 4,834 1.00/1.00 vMB 16
871,149 871,149 00000000000000000000227da35f670350b8e77ccd7a73bf48e537d70fa1e708 5,719 1.00/1.00 vMB 11
871,148 871,148 000000000000000000005d1b943ae221b4ccd7bb4126887e78e96070ef0ec67f 5,524 1.00/1.00 vMB 15
871,147 871,147 000000000000000000018db4b06e9580d6ff99fffc793334246dd5285cf56c16 3,413 1.00/1.00 vMB 5
871,146 871,146 000000000000000000028977c64ca2b231670c9e4bfbeae9d02983f8bcc07b55 4,377 1.00/1.00 vMB 8
871,145 871,145 000000000000000000020d60f227e31bbd266d2551fbae171e97119de3d1efcc 3,815 1.00/1.00 vMB 8
871,144 871,144 00000000000000000002bb0647e43b63d5e237fcb82fae45f2eeafbbcd506309 3,082 1.00/1.00 vMB 18
871,143 871,143 000000000000000000000a7278f70a78ee2f6c0d1eae3695577762f90d08e1a1 3,632 1.00/1.00 vMB 7
871,142 871,142 00000000000000000000755ff0b0f623ba4953c905b576cc41dcd16fbe5bebef 3,643 1.00/1.00 vMB 15
871,141 871,141 000000000000000000026b778ade2fe32bce30c6be6ef2d43bfc29c60c975063 1,716 1.00/1.00 vMB 9
871,140 871,140 0000000000000000000052da683db0d34b38f78a64259c2594b7bb621cb85663 2,862 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.