Loading Tool

Explorer IconExplorer

Memory Pool

88,319 transactions
32.32 vMB
0.17273042 BTC
Random Selection Loading Transactions
Max Size: 195.71/200 MB

Candidate Block

Mining Attempt 816ab68834e3bf8196a0a5a20a55ed5004f9e048b1a7d96360a32e1383f3120e
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 2b90a404404485a39bc31c658270fdde7f805d1ac28d38b329304d063543c8b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,735
Size: 1.00 vMB
Total Fees: 0.08389978 BTC
Feerates: 216.64 > 8.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (355,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,209 559,209 00000000000000000000dbc38789afedfdb720bd61c80cf032fa58d2f81feb63 3,478 1.00/1.00 vMB 24
559,208 559,208 000000000000000000195c26df80cfea3ee55b6f8816606186ff323830e32a81 2,545 1.00/1.00 vMB 2
559,207 559,207 000000000000000000264f1f5feed60a0a1114ccadbad2604f2d4b98c71dbf8e 2,821 1.00/1.00 vMB 12
559,206 559,206 00000000000000000022fa62e0c8b94d9832953750bebace4286dd796161d5f7 3,417 1.00/1.00 vMB 19
559,205 559,205 00000000000000000010500f688db9d7e51612cd1edbcb76d49071df2a5eeec5 2,231 1.00/1.00 vMB 4
559,204 559,204 0000000000000000001ccd9522d8ec430729f528c9317078a087629720a1ad66 2,115 0.65/1.00 vMB 46
559,203 559,203 0000000000000000001e76119d81de4aa2d27a9a813688a7381a72ae40c980f2 1,374 1.00/1.00 vMB 5
559,202 559,202 000000000000000000264d9e4093e96e1dfe43bdd004d17f4a76f8eca362f0ef 3,166 1.00/1.00 vMB 20
559,201 559,201 00000000000000000023f7d0d0467c96b81a421315df715e99d6d801fbdd7235 1,698 1.00/1.00 vMB 11
559,200 559,200 00000000000000000011ff9cad79dfb3fadcfbf33086e05761c7096dadf08bca 2,908 1.00/1.00 vMB 40
559,199 559,199 000000000000000000233c8573f353adea371cbc5af160c062dfd50d5b8a7c20 2,302 1.00/1.00 vMB 7
559,198 559,198 00000000000000000015bffa87a9dc5b76905abaa011b379a44aaa8fdd96bc7a 2,313 1.00/1.00 vMB 6
559,197 559,197 0000000000000000002176f80b9c1ce60d3f9de80bf6528bc5dc60258e631d8f 3,464 1.00/1.00 vMB 18
559,196 559,196 0000000000000000002ce5b9e3e77fd8382a3e99f9e69ba5940a7bb7f73b89b6 757 1.00/1.00 vMB 4
559,195 559,195 0000000000000000002ece2cff06be5041e50db0e0a527e6362f738a9e3e66e9 2,832 1.00/1.00 vMB 10
559,194 559,194 00000000000000000017b6e5f945e2562f4a9e844be214e87e47c1d9f7592e06 1,918 1.00/1.00 vMB 8
559,193 559,193 00000000000000000023f961edeb033618fa8d83b86f15a76dc5fe42a66392c2 3,054 1.00/1.00 vMB 31
559,192 559,192 000000000000000000241f16dc4ec20f1927c39260bd29690cf8b07b34a90f68 303 0.16/1.00 vMB 7
559,191 559,191 00000000000000000029c2697f1f4fd71901565414ece31d46616330d9b8a9f3 2,582 1.00/1.00 vMB 8
559,190 559,190 0000000000000000001863eea67b89293c584648ac2a3bb749ccea92cf3de217 2,875 1.00/1.00 vMB 6
559,189 559,189 0000000000000000002230aac9c94d704ff2d3e1f824473137644ffaafd01797 3,326 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.