Loading Tool

Explorer IconExplorer

Memory Pool

86,141 transactions
32.08 vMB
0.21711554 BTC
Random Selection Loading Transactions
Max Size: 191.81/200 MB

Candidate Block

Mining Attempt dfc07ec48249a4e11b2e3ca0d7def10d9e36bb67f8e308bd77b3352bdb97040f
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 33af991edf3c7609bc21ac49f4c7f5b755d1200ecad8470ca758fef6532c69a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.09766570 BTC
Feerates: 529.10 > 9.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (510,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,101 405,101 000000000000000001224cd547cfcc5074cc457454660fcf5d580b60133b7041 1,624 0.97/1.00 vMB 33
405,100 405,100 000000000000000001d85ebf98ba6d2b963125881e1cd2d5ffba85551f678292 2,321 1.00/1.00 vMB 51
405,099 405,099 00000000000000000507fe5ddf6a417c02b6743f3054371149ba0ea76cd6c81e 945 1.00/1.00 vMB 16
405,098 405,098 000000000000000002a9b8f81c231c99b86f79fae383fb1fc046974f7fdcf118 1,114 1.00/1.00 vMB 25
405,097 405,097 000000000000000003872ee2ca1c0f9696d8f94081f2724d6a7b4cf000540942 1,746 1.00/1.00 vMB 40
405,096 405,096 000000000000000001edc2f1af7e65c0349d29829376ace71e6db284d887c031 1,176 0.93/1.00 vMB 36
405,095 405,095 00000000000000000017d9213a318fc1edd88abe5200959c90336f8863bb4e19 1,976 0.99/1.00 vMB 48
405,094 405,094 000000000000000000100d281e0b1a796088e5551edb1c0c41ead00848cab556 1,569 0.99/1.00 vMB 36
405,093 405,093 000000000000000002278f729a1e1e1e091022c7811474158823d7cdf18a937f 2,918 1.00/1.00 vMB 64
405,092 405,092 000000000000000001d2192de6ff7b918f4a26c5d755d86daed4671b374a9491 2,204 1.00/1.00 vMB 52
405,091 405,091 0000000000000000008bd9c357785c83ffff6b2b18f668941e667c15aff05caa 1,315 1.00/1.00 vMB 39
405,090 405,090 000000000000000005b020bd203c8cb0639385bd000884389d2c961bfd0dcfb5 1,346 0.93/1.00 vMB 29
405,089 405,089 0000000000000000063c33e20d022c0e8f3ed70601752d090818089cdf3ccfa5 1,024 0.99/1.00 vMB 26
405,088 405,088 000000000000000003df5308229b40c11d1b970f9bc67589bbbc850bc6edcca9 2,351 1.00/1.00 vMB 40
405,087 405,087 000000000000000004b3b8fa02cad13c805bfa700516f4aac4f6dcb167526282 3,382 1.00/1.00 vMB 73
405,086 405,086 0000000000000000050ae1a003dd151cf2de201b52aef270c1c9923c9efb1f69 2,830 1.00/1.00 vMB 132
405,085 405,085 0000000000000000044d3bcc2b2d0ab74a90334965f9fbb75bc4589f55b7d238 809 0.78/1.00 vMB 19
405,084 405,084 000000000000000005f6fe98390aef41c11cf5f62938e45ee1fb9152c6b3cb17 1,812 1.00/1.00 vMB 29
405,083 405,083 000000000000000000cb7b659fc45c53dae92b69056cd386d41a862036cd4300 3,269 0.99/1.00 vMB 77
405,082 405,082 000000000000000002164f2ae5d129b3b28e39459f093994e5bbebc998a72971 2,814 0.99/1.00 vMB 67
405,081 405,081 00000000000000000538e9678e11acba8256b1e88b02fbb62c1016f18307a650 1,846 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.