Loading Tool

Explorer IconExplorer

Memory Pool

48,054 transactions
27.84 vMB
0.07666274 BTC
Random Selection Loading Transactions
Max Size: 147.72/200 MB

Candidate Block

Mining Attempt 19a3f04dd828f65a6bd86bd91e2d016dd756f7a182f4f6e51d435fde347a2a2b
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root ec6cd6ae695867f933317f7ace656a6e02da2c1006137f0783969452dbe1dc48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,770
Size: 1.00 vMB
Total Fees: 0.02241314 BTC
Feerates: 318.30 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (419,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,248 495,248 000000000000000000345e1eace92469a7de99658ffc1433e7022766e5abf8bf 1,669 1.00/1.00 vMB 159
495,247 495,247 00000000000000000025dbc6eaa6fd746d56d5d204c45d96f303a0dd7d36f255 1,767 1.00/1.00 vMB 79
495,246 495,246 0000000000000000006daf0945503ed04e95076afa8e6f5200964e7ec52ee15a 1,635 1.00/1.00 vMB 107
495,245 495,245 0000000000000000003800a2e471a2fb1b1564158662323cbe6bf2bac580975a 2,343 1.00/1.00 vMB 186
495,244 495,244 00000000000000000017939b770923ca418d53f08de00a6c066e50472cfdbdb7 1,295 1.00/1.00 vMB 459
495,243 495,243 00000000000000000084a58fcb7d5e27c9f9df59a208cb8b9a0e4d738ab67e13 1,674 1.00/1.00 vMB 231
495,242 495,242 0000000000000000006580f8b4d371cca89158bbb7b8a8f8a0dce4ee3d4ad577 2,282 1.00/1.00 vMB 88
495,241 495,241 00000000000000000049321e593b371f63830fa30c5d0cfe8e0edd4beb76af1a 2,564 1.00/1.00 vMB 345
495,240 495,240 000000000000000000be25729dd5c4cd2b642ea5d341f85f5b3de8a89a8720dc 1,214 1.00/1.00 vMB 114
495,239 495,239 0000000000000000002500c787c1d589c15b681ad86586c958ae962e1a774cba 1 0.00/1.00 vMB 0
495,238 495,238 0000000000000000009c018df31bf02472e33b50e35cc7e0f7b3d773ded9b6e0 1,045 1.00/1.00 vMB 84
495,237 495,237 0000000000000000003ee90cc76ee06023299545940f4d00d51356b33c4345e1 391 1.00/1.00 vMB 27
495,236 495,236 0000000000000000006f3e234344ba241cfff2a2118ef9ce5f271982c74481a9 1,700 1.00/1.00 vMB 123
495,235 495,235 000000000000000000ab8b0fd3b996320901006aa2d829e946ab9ddbf15f92cc 1,993 1.00/1.00 vMB 155
495,234 495,234 000000000000000000068524e9a03dd7747c483350b5d49924b1bfb472a05598 1,095 1.00/1.00 vMB 39
495,233 495,233 000000000000000000b1e729c0ce46dcbb309f35ab7274e4ae9798f9f7789cae 2,127 1.00/1.00 vMB 299
495,232 495,232 00000000000000000044d5cae6ad3cbf6cb4b68052abd5e6057383ed057e942b 1,055 1.00/1.00 vMB 57
495,231 495,231 0000000000000000007ed81dbe5f6a5042b563ae98ccecdb2d40dc4d76d498f5 2,625 1.00/1.00 vMB 98
495,230 495,230 0000000000000000001583b9d3635dc2f9c4f79c4ada747628999d887d09beb5 2,579 1.00/1.00 vMB 148
495,229 495,229 000000000000000000229b5826b63b94e466e650983aaeff35d0c1fcb5696867 2,091 1.00/1.00 vMB 395
495,228 495,228 000000000000000000a17a9e3e8fe9734e2447b4b36d2554578f5fccfd6021eb 1,730 1.00/1.00 vMB 360
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.