Loading Tool

Explorer IconExplorer

Memory Pool

81,608 transactions
31.68 vMB
0.10568263 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt 585f6593382a3b1399390d7cbd3f55b58a14e55df87b38a7c85f7ebe55b8b2fe
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 6118bc9a2864a6a4c1d0764f66adddcc3c31ac3a3614a3f079f261b989fd4da9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,215
Size: 1.00 vMB
Total Fees: 0.02325953 BTC
Feerates: 711.74 > 2.33 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (758,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,263 157,263 000000000000016bfff5aa5bf16260695ed04d7cfee3353bd1f0e13ade46839d 110 0.05/1.00 vMB 133
157,262 157,262 00000000000000b4648e9244983c53833e80a6b42dbb1548672288f0784d0796 49 0.02/1.00 vMB 183
157,261 157,261 0000000000000e5f1b4ddc1b2f36240313d08091c222c8473d7d41fb1de8f6ac 90 0.04/1.00 vMB 277
157,260 157,260 00000000000007fb30fbe165053a6985929390da05172df6080841be7eaaca07 35 0.06/1.00 vMB 796
157,259 157,259 000000000000006c3c03434ba3763e420aa6b9ab5084146801f368a818a2a80b 64 0.03/1.00 vMB 38
157,258 157,258 0000000000000ace176a84fa621a6422245751049bebb31c4fb934a652d6fdf7 1 0.00/1.00 vMB 0
157,257 157,257 0000000000000755325fd1dfc5b4b680b12303399d90a0c42a3ec1c9c27651cc 53 0.02/1.00 vMB 160
157,256 157,256 00000000000003c6e70a09aabd52f29363d4161d543b596f4160807938018192 24 0.01/1.00 vMB 69
157,255 157,255 00000000000004daa19328015eb3e323e197099d00c8701c335caa1c03726710 100 0.03/1.00 vMB 71
157,254 157,254 000000000000064bcf7970f7babc865d7424e2a5f82040f9fd8eaa01f3a99d12 11 0.00/1.00 vMB 360
157,253 157,253 00000000000003b81b5cb5d01406a6c12e00128ae1a3d160b6649b2e1aba8d9e 24 0.01/1.00 vMB 29
157,252 157,252 00000000000009980a6959a074123014053d2fdb548505356527eb8ba1f36e6e 20 0.01/1.00 vMB 109
157,251 157,251 000000000000002fb09dfb40edc4b0850f4cc82cc89c611f5361f2ecf4594336 2 0.00/1.00 vMB 0
157,250 157,250 0000000000000ccc927f1dd01a0e39baaae82a19e3d1b24ac818375abe15980b 5 0.00/1.00 vMB 13
157,249 157,249 0000000000000c9bad287c08c7cd4e2d93c95c6775235b3e2f4969d36f94d71b 113 0.03/1.00 vMB 3
157,248 157,248 0000000000000cc4a5039ae51d1733506684142f7f44855e1e4c9c7385faf2f3 6 0.00/1.00 vMB 480
157,247 157,247 0000000000000810a3490b86e4f302f6557f9621c5c8620c2b09ec8f0cf72794 77 0.05/1.00 vMB 1,310
157,246 157,246 0000000000000d57625392c305f625b71fa5e73dba23b893cc7a23804ba890db 113 0.05/1.00 vMB 606
157,245 157,245 00000000000009f669bca63125a9da14e0642b5a3f940c4b4c6114548324cb37 31 0.01/1.00 vMB 226
157,244 157,244 00000000000004d4ee307d8c5a884281a76b989d8820b7f308915d4558866c64 66 0.05/1.00 vMB 38
157,243 157,243 0000000000000bd888eddf83780a3010ab4b95c0857a32a2bb2de4bb7e32fcab 11 0.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.