Loading Tool

Explorer IconExplorer

Memory Pool

75,150 transactions
27.79 vMB
0.07784408 BTC
Random Selection Loading Transactions
Max Size: 169.19/200 MB

Candidate Block

Mining Attempt 6d2922c72ac0ca40414ce39bf528169be0c62d92a4e10df8f61eaf2d46d627a3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root dc2ed74231015b4e6f2ad1339af507365b9252adfc978aeb3ebe5a7b2b9ada78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,393
Size: 1.00 vMB
Total Fees: 0.01841404 BTC
Feerates: 150.80 > 1.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (44,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,164 871,164 0000000000000000000256873b4c1db712d7cc2e911be4948574e052151e6bcb 5,093 1.00/1.00 vMB 7
871,163 871,163 000000000000000000004c9eec220fd876265f4d7fba00a037f7a9e909bd77fb 4,834 1.00/1.00 vMB 8
871,162 871,162 000000000000000000005c9dfc6458c09942526d182821825aef9734276f4415 4,096 1.00/1.00 vMB 19
871,161 871,161 00000000000000000000f1e4c10e84e1da0893bd903d4546f9b0d50e01d27cbe 4,575 1.00/1.00 vMB 12
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.