Loading Tool

Explorer IconExplorer

Memory Pool

44,333 transactions
27.29 vMB
0.06484070 BTC
Random Selection Loading Transactions
Max Size: 144.18/200 MB

Candidate Block

Mining Attempt f211ff1cb6935ea5d066304fd4310dca0e29c15316f241cc74f455c58cf48733
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 3cf41cc341ae8a8e8e2333252c2b5b92377e42cdd0575b643c1e008783c8e968
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.01352322 BTC
Feerates: 200.99 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (800,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,252 114,252 0000000000004edfb36f508367a5988b406ce212e9745860f4324d17c61e62d2 11 0.00/1.00 vMB 212
114,251 114,251 000000000000b3bb408203c626fa13797e863e78eba419827b1b14f4190530fb 9 0.00/1.00 vMB 0
114,250 114,250 00000000000012266095de7cc2c2487f2eac9bc3d6b80c00936a8b0ed885a071 1 0.00/1.00 vMB 0
114,249 114,249 000000000000845906fc3144e8927a7499918df1e619b0b722bafb6db05ff1a0 2 0.00/1.00 vMB 0
114,248 114,248 0000000000002a5338e4e9bab6ae76553f3045885a0c96c710bcfeaf981a5490 2 0.00/1.00 vMB 0
114,247 114,247 000000000000139b886fa70be31906c373619590c5adc00278641eafcf50f3ba 8 0.00/1.00 vMB 0
114,246 114,246 0000000000005817502a2b0f0ef26de09712cba23585709eafc4e845d6e817d0 2 0.00/1.00 vMB 3,891
114,245 114,245 0000000000009a26719d0f7b0902fe37195c307930610e6c53b810a4992da09d 11 0.00/1.00 vMB 696
114,244 114,244 000000000000102c7cf4331373115c5454e5e46de2d6a607d53d2f55c26f9308 63 0.02/1.00 vMB 0
114,243 114,243 00000000000087d7a1bc3fd395ece561cc9066bc4b49018e2d67cc5f1e8fff3e 2 0.00/1.00 vMB 3,875
114,242 114,242 000000000000035982450142b65949becb83ae5da45db61f67e499d17a5faaab 11 0.00/1.00 vMB 497
114,241 114,241 0000000000004bab78e63ea8f4fac266d8e3d1e773fb20d0d5922130e379ab87 12 0.00/1.00 vMB 0
114,240 114,240 0000000000000b5ffa72d8c332bfccd199a65f764546768e722d5ce2675ecf9d 23 0.01/1.00 vMB 165
114,239 114,239 000000000000464f89ac340050efa651d8f33985a3174009171caddfdecf3563 1 0.00/1.00 vMB 0
114,238 114,238 0000000000005be7ac72b6a4c475b89b649fca66f9a4db158071583440f76702 7 0.00/1.00 vMB 0
114,237 114,237 000000000000b436af328d455d4b3bed8ab9a88fa2bcc2f36217e30e173183f8 198 0.05/1.00 vMB 0
114,236 114,236 00000000000037376b39ec59d96af17e78a58c2f4206956597a5ae4490cc5f4b 35 0.01/1.00 vMB 171
114,235 114,235 0000000000001896f826f9679dac686a4e1ad80ba899a8c48fdb4fd92f855e65 3 0.00/1.00 vMB 3,868
114,234 114,234 0000000000009ff2be630c8c928f4c2112be653ac2c26f0a3940054d53d2b89c 13 0.00/1.00 vMB 0
114,233 114,233 000000000000c74409b83e9a8826a4331c7f5522bd91ada8f692b92a6c561a41 9 0.00/1.00 vMB 0
114,232 114,232 000000000000bf4a33a21b9cf8d62a03968d1bd6e0ed4e4a220532ca7c0672ac 32 0.01/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.