Loading Tool

Explorer IconExplorer

Memory Pool

19,508 transactions
10.93 vMB
0.02498715 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.17/200 MB

Candidate Block

Mining Attempt aa571df34d9a8b07cb3defc4b1d2a6be7f87011e0349bcf4f51747ad3ba89dc5
Version 20000000
Previous Block 00000000000000000001e41a199373bfceb2a1fc9e45a1726fe96acc4bd38adb
Merkle Root 4f618b94583c7d331aeb630743499e180064564b528a1d0154b24a017e3975d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,121
Size: 0.99787025 1.00 vMB
Total Fees: 0.00753356 BTC
Feerates: 201.07 > 0.75 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,778 (760,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,029 153,029 0000000000000bb8bb75915bc7bf3ece20c65bf9671326480338dbd811f2addc 36 0.01/1.00 vMB 158
153,028 153,028 0000000000000d9a8df2914cbe328fa6cc38afebb029c501c443291069ea6b03 20 0.01/1.00 vMB 37
153,027 153,027 00000000000005000ddc87a16d9e44c41be7afae8414b069c6a8e68dfc3e65fd 1 0.00/1.00 vMB 0
153,026 153,026 00000000000008e5cc5dc3bad8460cd831035f6e36c04290b1462ea56e0a1552 15 0.00/1.00 vMB 45
153,025 153,025 0000000000000cda4be328fa8a3995b062b4c2a7a3c79dac1df1104170ba667d 41 0.01/1.00 vMB 93
153,024 153,024 00000000000009a560b963fa941bc56060f2cdc1deff35f953f4dd841cf014c1 57 0.02/1.00 vMB 123
153,023 153,023 00000000000006a86a1bd2bbd23b7fad538c3352805a68b3d97ef70ee48934b7 54 0.02/1.00 vMB 186
153,022 153,022 0000000000000a0474951cd34c4fe22dec041e404fb1bebe5ae3242100fd7412 79 0.03/1.00 vMB 238
153,021 153,021 000000000000002500c55b702aa21dd72da202a8e1be31384b708dfd112a2c1c 12 0.00/1.00 vMB 323
153,020 153,020 00000000000004feb9fd02e5420fc1d3d950ecfd55c36256b3aaebdccbb8bc88 73 0.02/1.00 vMB 0
153,019 153,019 0000000000000348e48396f5cb0da0b0b4c9f5b9b82fc7f15cdc772943bbad25 50 0.02/1.00 vMB 34
153,018 153,018 0000000000000340722e9e673120cd3a0706fbc57657bb933d91a8f7f7407a66 7 0.00/1.00 vMB 0
153,017 153,017 00000000000004306d1f1ff9b4bee8b60f169b78011cfecc7ac3f686c6ee717c 28 0.01/1.00 vMB 10
153,016 153,016 0000000000000aa62410b9bce6900be439bc6162247503edb087e7b173ddec5a 72 0.02/1.00 vMB 42
153,015 153,015 00000000000004d8803de05b80fb9ccf3a8833ed5d289e4ccc6efe85da2350ae 20 0.01/1.00 vMB 225
153,014 153,014 00000000000005e38d4af89a2ce31352f2ef6c72b065845dc9425eba7d9ecb22 18 0.01/1.00 vMB 303
153,013 153,013 000000000000011e5efdf983de26a37465691ea3a994f806ec23ce69a9dcd02a 39 0.02/1.00 vMB 110
153,012 153,012 0000000000000640dd32c57bbda456631968a2d57ccc3d40190c767ab2ce7e99 18 0.01/1.00 vMB 61
153,011 153,011 00000000000000f47787a737d09149df425f41159432f1fff0b581f9f33e1781 66 0.04/1.00 vMB 201
153,010 153,010 0000000000000b022c59cb611af1f023a26b3860121c08432a76fef545414703 46 0.03/1.00 vMB 38
153,009 153,009 00000000000006a522be3e9dfdc5017288c1b0319cb474db8472d2866219a909 10 0.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 508.35 GB
    • Received: 4.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.