Loading Tool

Explorer IconExplorer

Memory Pool

78,333 transactions
28.72 vMB
0.10574320 BTC
Random Selection Loading Transactions
Max Size: 174.72/200 MB

Candidate Block

Mining Attempt e838ea1cef07470d5d0569d4ba25c414ab92e8eb3bb4c71437aed0826eb3cc79
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 445c9d21bb40c5b27e4efa7897593fd397439965eb3fa56fbd203f3e174f8053
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.03769405 BTC
Feerates: 602.26 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (129,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,158 786,158 000000000000000000031a73834bf0ffe6a8f897c5604286251968a173b10ee3 1,050 1.00/1.00 vMB 8
786,157 786,157 00000000000000000002c879f766b8ea896dcbad521f74fb2477f271654bd052 1,887 1.00/1.00 vMB 21
786,156 786,156 00000000000000000003e76f5d8d166a1039af210afc4644dd15d4a61951a029 1,179 1.00/1.00 vMB 9
786,155 786,155 00000000000000000003ff5d38e3ac19fac3302bcad197f9a388a877ade4c49a 2,882 1.00/1.00 vMB 18
786,154 786,154 00000000000000000004fe92f1ff8fa9a7c4ef1c94301488ec67ca56f2279ee3 1,197 1.00/1.00 vMB 7
786,153 786,153 00000000000000000004b8f652dd2357c630bf317498decc2d31940d58cad881 1,748 1.00/1.00 vMB 12
786,152 786,152 00000000000000000002b7669248a878a9e44f3d72bf74e7f9d15fcb78e0bb55 1,575 1.00/1.00 vMB 17
786,151 786,151 0000000000000000000563b3025a36cde361744f4fe95bb480201236900b7b5e 1,203 1.00/1.00 vMB 21
786,150 786,150 00000000000000000003f1892585ccace7839831b8cac6beb5d63372ebc371b5 2,831 1.00/1.00 vMB 24
786,149 786,149 00000000000000000003e6d35b3c30f3b9a3f714bb9a8ef7b2176abbfe476e19 2,536 1.00/1.00 vMB 27
786,148 786,148 00000000000000000001311c0e6c3f06fb1c12a6c42d8e52e4370e1ea65e7245 3,504 1.00/1.00 vMB 13
786,147 786,147 00000000000000000000fb03f38fbd4a0fffc9040c5b299c5b1a0ac976f5c8ee 2,832 1.00/1.00 vMB 27
786,146 786,146 00000000000000000002bd1b205dede9349e37eba8136ea90aaa244bd11ce250 949 1.00/1.00 vMB 7
786,145 786,145 000000000000000000046c42084985f0d2e9a6750ff6b82fc7e75ba3fd749a17 1,856 1.00/1.00 vMB 7
786,144 786,144 000000000000000000026525e3e584488e8258917efb2e71674f986c41f6248a 3,561 1.00/1.00 vMB 16
786,143 786,143 00000000000000000002371bc87cf6cd8c9e724dfef9320e089b192d1dd245fa 3,124 1.00/1.00 vMB 27
786,142 786,142 0000000000000000000173a8bd6b5c9eab9ab8af50fb48dda5dcfb379d141f74 2,765 1.00/1.00 vMB 14
786,141 786,141 000000000000000000009d0c7fad2e4fe4d9d02f9e10029a4b3f1c14d5ea5c31 2,594 1.00/1.00 vMB 23
786,140 786,140 00000000000000000002c8e411fb4080a64a897e55e4b651c510aae7ce725ec1 3,321 1.00/1.00 vMB 18
786,139 786,139 0000000000000000000228379235b052e08f7b0112b372e81ced7be29a6c539d 2,428 1.00/1.00 vMB 22
786,138 786,138 00000000000000000001c8b5c8bcd6b1cda72f1c2a522282173d00304391d2ce 2,731 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.92 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: 714.39 GB
    • Received: 17.53 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.