Loading Tool

Explorer IconExplorer

Memory Pool

82,379 transactions
30.85 vMB
0.08965876 BTC
Random Selection Loading Transactions
Max Size: 188.74/200 MB

Candidate Block

Mining Attempt c0f3b857d65b3d9c8ed2d8e46ccb171766b86269a39fd1a4d3afe7c05dbe961f
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 70708aa4c7a54dcaf6b9c428fdadb3f17e2d3dbf9439a6a7159047a88569be17
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,351
Size: 1.00 vMB
Total Fees: 0.01931837 BTC
Feerates: 150.85 > 1.94 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (13,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,019 902,019 00000000000000000000c58761fb29a395b040f89064150094351cec1b1f470b 1,682 1.00/1.00 vMB 1
902,018 902,018 000000000000000000016aafdc44c6865df800201771a67e7ffdcaabdbec2217 2,563 1.00/1.00 vMB 4
902,017 902,017 00000000000000000000707438a6c755b6fb6f440c7b8bf618e61d3ca430ce0a 772 1.00/1.00 vMB 2
902,016 902,016 000000000000000000007941cc444112d88f74cfddd41c7c83ea7ae0eef49ea8 1,238 1.00/1.00 vMB 3
902,015 902,015 00000000000000000001e0ac49e9ef7d0178630cf68b1f18cf1f5c9760e281fb 2,524 1.00/1.00 vMB 3
902,014 902,014 0000000000000000000164a055b045870ed650c070e18334bbc4401f3cd04a2e 2,610 1.00/1.00 vMB 2
902,013 902,013 000000000000000000018719cd3d7d9e3d2bdaa75aa30a4da3a208bb73458f94 1,604 1.00/1.00 vMB 3
902,012 902,012 0000000000000000000071555d7f685ee8acd0c55bf09dc12713258451bd94a7 2,949 1.00/1.00 vMB 4
902,011 902,011 00000000000000000002041b2a3c3df4073a8f58608a86aca8e5e93abee992ce 3,516 1.00/1.00 vMB 7
902,010 902,010 00000000000000000001f5f31996db41a0365cf2103e7bd9a69fd93084ba2357 3,030 1.00/1.00 vMB 6
902,009 902,009 0000000000000000000014d543e659a95d89a7c6b7edb2c1ef448be7cb3de804 2,296 1.00/1.00 vMB 7
902,008 902,008 000000000000000000002f23e8f3ac8d5edf16aafaa5d431632b0d007a5654ce 4,107 1.00/1.00 vMB 1
902,007 902,007 00000000000000000001c647f72626ebdb30d06f0395bbf9a9f74357877b9155 1,771 1.00/1.00 vMB 2
902,006 902,006 00000000000000000000a9110c6631bba005e4748420351ad67e6375c2507399 2,181 1.00/1.00 vMB 6
902,005 902,005 00000000000000000000d262d48c0574e6c64c7e16a73234c92b749efbd21582 690 1.00/1.00 vMB 4
902,004 902,004 000000000000000000002bb2728055c383ee3d5e9203b1ce1d998995ec994d8b 2,858 1.00/1.00 vMB 4
902,003 902,003 00000000000000000000af03030b362b4cfbe8d5c398e4004851e6c74cdde589 3,208 1.00/1.00 vMB 8
902,002 902,002 000000000000000000001f4b6911f9a1e13e0e922273a86d8c4e6e2fe81c2ee8 2,722 1.00/1.00 vMB 10
902,001 902,001 00000000000000000000a8a00d557ed1ca88fc1ae63b385227de8632ab45a751 3,542 1.00/1.00 vMB 5
902,000 902,000 000000000000000000006eadb44f1ace41f5c3d93167aeed0d86a0f8bdd9d685 2,547 1.00/1.00 vMB 2
901,999 901,999 00000000000000000000b44962fc3c2db1cfeb127c13587c73f60f20b50ab7be 281 0.14/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.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: 718.91 GB
    • Received: 17.99 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.