Loading Tool

Explorer IconExplorer

Memory Pool

44,567 transactions
26.93 vMB
0.06308136 BTC
Random Selection Loading Transactions
Max Size: 141.98/200 MB

Candidate Block

Mining Attempt dafffc61543de8a0274d9809435b5f995b9040795439f9bf66a47ea308f73ef4
Version 20000000
Previous Block 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191
Merkle Root ca02c8004a120f7113a4a939facc45bbf38c7184e4ac2bbf5f1c9a7e64af90f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,699
Size: 1.00 vMB
Total Fees: 0.01326863 BTC
Feerates: 265.25 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,788 (673,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,682 241,682 00000000000000df56b61c4216b4c25fa722c0cd3ed3c78238f19e384668b8f9 256 0.21/1.00 vMB 44
241,681 241,681 00000000000000878a2526894de7dff92febb145bf2e35d6150c1f4ac20b3556 613 0.25/1.00 vMB 202
241,680 241,680 000000000000005de4c3c511d45f8fc627f33c66e14aeb485d6316da2e483d4f 33 0.02/1.00 vMB 158
241,679 241,679 00000000000000e2d0d853ea3c247e7b4d10d6efaba3d74c7fc20f98e1f4822b 216 0.11/1.00 vMB 138
241,678 241,678 00000000000000a4d62df4ffb9d294d8d2ce4e48a811bce620dcf5c11fe881c0 596 0.23/1.00 vMB 195
241,677 241,677 000000000000007a777d9c57535504bb0ccba8f327496fc1bb4f6f727d775426 29 0.01/1.00 vMB 59
241,676 241,676 00000000000000b81bb3172fb218d18fe1412b6937d23b3974431617113d1ddf 390 0.17/1.00 vMB 162
241,675 241,675 00000000000000311b08ff564d750d28f0ee108647c5bdf6caf17b1a69f85f83 197 0.09/1.00 vMB 148
241,674 241,674 00000000000000b8f4c89b93d94f15a34458fa5c0cbb64caf82449a6db71f1da 461 0.20/1.00 vMB 183
241,673 241,673 000000000000005595c9cb2ea7f317e5bb6fe19a3b0ba7eefc678c7d5c6a1d4d 110 0.06/1.00 vMB 143
241,672 241,672 000000000000001d717b85b2f5e4660de821a78d26d61119ced50c3f4120f655 252 0.11/1.00 vMB 166
241,671 241,671 0000000000000080aaeb8cfcaf30ba6cb4fca1500a14136ed2485b7a506e14ed 146 0.07/1.00 vMB 153
241,670 241,670 00000000000000fc34feb02c4670b5eeaa98e4ce23c366ce13036d9d30e054b8 22 0.01/1.00 vMB 132
241,669 241,669 0000000000000100de6fb18d2bfc5f3099262a115f83f0712b14a5acae532bac 158 0.06/1.00 vMB 157
241,668 241,668 0000000000000009f1989c5a9fa54511d3126370b01abba3b927ee1094e9a668 65 0.04/1.00 vMB 136
241,667 241,667 000000000000002f70f00bf43d732667246bb2c4c33dd5723440129c181e3162 149 0.07/1.00 vMB 93
241,666 241,666 0000000000000092a3a79d066a243562bbd96e0addc458ee48a8859f62c22b81 409 0.23/1.00 vMB 119
241,665 241,665 000000000000008c25a7a6ff075a7fb58414b16493da746266c7cf537d18d984 617 0.25/1.00 vMB 198
241,664 241,664 00000000000000d89b1dfa068d0c78708f4225f8cdaad2693313abde96af8afd 628 0.24/1.00 vMB 179
241,663 241,663 00000000000000f85f924c2137f701f18c04cd4b5b0419825de0bbd7568011c6 407 0.16/1.00 vMB 178
241,662 241,662 00000000000000076684f3556b7cb96cce0290c0f113bf569dab8600a2f52567 320 0.13/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 782.01 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: 649.28 GB
    • Received: 13.15 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.