Loading Tool

Explorer IconExplorer

Memory Pool

43,996 transactions
27.19 vMB
0.08764792 BTC
Random Selection Loading Transactions
Max Size: 142.31/200 MB

Candidate Block

Mining Attempt 1b89904c7445b0a820692d3afd17a023a16f20a6caeba0567f6a6baa7d6171f9
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 07375f996f1b0bc55c88f7deb335d6553290bdf37ae5d7b70c525c4efc4951e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.03467801 BTC
Feerates: 150.93 > 3.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (419,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
495,227 495,227 000000000000000000ae8fa748781901bb6a39af309d34c1f213e88c553cfc45 1 0.00/1.00 vMB 0
495,226 495,226 00000000000000000054286fb1fe8a27289fd09c610e5725c1b342c41eb6788c 2,462 1.00/1.00 vMB 95
495,225 495,225 0000000000000000002509e81d7cd1cdf6cd55f9835946a4165df4cc8cdf5acf 2,209 1.00/1.00 vMB 266
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.