Loading Tool

Explorer IconExplorer

Memory Pool

72,870 transactions
28.43 vMB
0.07668622 BTC
Random Selection Loading Transactions
Max Size: 172.00/200 MB

Candidate Block

Mining Attempt 0d9e8cec1a1f3d9e4674ab47154c38e6d000cc67f85caf0027ec80de4ccc80e5
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root 1a9901e849c5f92d3db8233fb5ffe0f4841f7095a99daef52b1a5e423f2f0d1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,332
Size: 1.00 vMB
Total Fees: 0.01434205 BTC
Feerates: 150.52 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (309,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,279 606,279 0000000000000000000539b9e220e7668d63b9edce241e57c907b451f7e9c70e 3,353 1.00/1.00 vMB 40
606,278 606,278 000000000000000000000588f39b0870a4d608019f53f1b168acf63fec946869 3,293 1.00/1.00 vMB 32
606,277 606,277 0000000000000000000940a62caf1b6d336cce4d9d3369dabbe1bc2f34687bfa 1,600 0.54/1.00 vMB 15
606,276 606,276 0000000000000000000af6637931941f6a48feafd6d588bb98e6940b0413d91e 2,446 1.00/1.00 vMB 21
606,275 606,275 0000000000000000001328e5ca6f3c3a11946de3e23627afc97181b71366a5c3 945 0.43/1.00 vMB 1
606,274 606,274 0000000000000000000e402d8b9b584c03adbe3c8ee6d06f5cc5853754b595e8 2,662 1.00/1.00 vMB 19
606,273 606,273 00000000000000000010ab88a29fb91cb2617087387a268fbc05603212ef5441 2,026 1.00/1.00 vMB 10
606,272 606,272 0000000000000000000f0b986c462bb5d0d80cd79b15653f4dbfed86af687e22 2,832 1.00/1.00 vMB 24
606,271 606,271 000000000000000000109307c6a19a648cfb37d5170883b5033697eb00a6d240 3,007 1.00/1.00 vMB 35
606,270 606,270 000000000000000000136002b471b046e9b09263db67895629e36bffe6894f3f 2,379 0.80/1.00 vMB 21
606,269 606,269 000000000000000000013bcfd89bc6ecad0e8bab31d642f7285f7f27a39af09f 2,484 0.81/1.00 vMB 18
606,268 606,268 000000000000000000038088b76254811ceaeea137ee26ea0a1dd04bf49b0e32 2,715 1.00/1.00 vMB 12
606,267 606,267 0000000000000000000001fdb893eeb401358d00c29a9a6246054bd55a9dbf53 2,791 1.00/1.00 vMB 27
606,266 606,266 0000000000000000000b1bff308f561630f865f7f98e34b4c57c577beb5900b6 2,418 0.78/1.00 vMB 19
606,265 606,265 000000000000000000051f206a2680b3a73d8f9472214269634a5649b35c1f6d 351 0.09/1.00 vMB 28
606,264 606,264 00000000000000000012a9014afd0f71f213a419ad9eaeeac00fc37c4b9ceaa5 1,265 0.54/1.00 vMB 7
606,263 606,263 0000000000000000000367e428c4bbb3df1ebc618954493f851d33e97e352ccd 3,317 1.00/1.00 vMB 30
606,262 606,262 00000000000000000001b470a6304821d089db4c3a2425a00fd2951c9d1753dd 562 0.21/1.00 vMB 16
606,261 606,261 00000000000000000007b9cae64d7e1e2f6077782f69f58e37548f718c73c907 526 0.16/1.00 vMB 22
606,260 606,260 00000000000000000011a4253100ef4c0c91107ca9b2fd898b43c2efa943297d 1,034 0.33/1.00 vMB 19
606,259 606,259 00000000000000000006fbc880271ae3d054de3b1445132799127a7c576fd047 1,727 0.47/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.18 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: 750.26 GB
    • Received: 18.84 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.