Loading Tool

Explorer IconExplorer

Memory Pool

80,876 transactions
29.94 vMB
0.07610642 BTC
Random Selection Loading Transactions
Max Size: 180.58/200 MB

Candidate Block

Mining Attempt 263db8ceca5d8759247c4bf1baebadd9dfea3390e7b633e2b3c928184f7def2b
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root eb05c1974b01a344a4c910c9cc3b40536db089848868acfb838437b99b93f0b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,159
Size: 1.00 vMB
Total Fees: 0.01490583 BTC
Feerates: 502.67 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (364,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,351 550,351 000000000000000000007bbc6e886701058ec9c7ca6e971695cee49636bcb42f 1,344 1.00/1.00 vMB 6
550,350 550,350 0000000000000000001dba450ec685a933ffb7a273eda0c959af37033bfc045b 2,516 1.00/1.00 vMB 36
550,349 550,349 000000000000000000253dbaa1a3f328a56f51013a90d1940de71b0bc9907b10 1,850 1.00/1.00 vMB 7
550,348 550,348 00000000000000000010eb9ebfa53e0938a8247e8309d1abc026d8f82eecfb67 2,862 1.00/1.00 vMB 50
550,347 550,347 000000000000000000236d49729b464826b33c7b40866ce9c21808e0a12d72e9 1,668 1.00/1.00 vMB 12
550,346 550,346 0000000000000000001a853b935c7e656400d007361bbc18b8692f1a9d31c53e 973 1.00/1.00 vMB 6
550,345 550,345 00000000000000000020f6fa16064ea38e74d14cf13aaa9dac6bdd4fc0070a1d 2,472 1.00/1.00 vMB 17
550,344 550,344 00000000000000000009644a66e154b16cebd66b605988ff21f1427e3c4b5fcc 2,108 1.00/1.00 vMB 22
550,343 550,343 000000000000000000153238084e252e5db6abad5cf2413c18db2f11a9c04f9c 1,990 1.00/1.00 vMB 16
550,342 550,342 00000000000000000006868e87caaa225e96ecd64c9fe4fb7a761c8798f51dfc 31 0.05/1.00 vMB 1
550,341 550,341 0000000000000000001ceccb48b61ee4d3f804debdf20eacb4ca0af2c346adbd 1,588 1.00/1.00 vMB 13
550,340 550,340 000000000000000000263d9045409628e0a56a5fa7137df4781ea8d3a495f4e8 2,024 0.99/1.00 vMB 3
550,339 550,339 0000000000000000000d3ca2d8d434edcf13e8cb3785263b887c7302da85f072 2,865 1.00/1.00 vMB 37
550,338 550,338 0000000000000000001c7dd8b5722f3f4b7880faf2a64295ff89198075d7b97f 2,708 1.00/1.00 vMB 28
550,337 550,337 00000000000000000020f0240bdd539fe796bf93dfe5697f1f159fbb03de7f61 1,724 1.00/1.00 vMB 8
550,336 550,336 00000000000000000002b7a6057410f25cc36c9d8492f0d109b02f3af458c641 2,409 1.00/1.00 vMB 14
550,335 550,335 00000000000000000019c5d518042af7dfc96a47f803d9827224a3041366ad21 2,550 1.00/1.00 vMB 22
550,334 550,334 00000000000000000014a19ab2c9d3407396de032680656bd3bbcdc281d648bd 2,182 1.00/1.00 vMB 33
550,333 550,333 000000000000000000247741ea3eae79137b625b47514d4fef053774de394cba 2,154 1.00/1.00 vMB 26
550,332 550,332 0000000000000000001ba8e1b482cca8c6f50eabc47464b874cf06288db742ad 2,430 1.00/1.00 vMB 20
550,331 550,331 0000000000000000000f8090b13a5199f660ef952fc38df335381404fcadefb3 3,318 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.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.