Loading Tool

Explorer IconExplorer

Memory Pool

25,338 transactions
12.38 vMB
0.03739014 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.66/200 MB

Candidate Block

Mining Attempt 3ab88eb52d4781ca176bb376d8ca9ee45688721f96ec0d37137cb646e2dd5724
Version 20000000
Previous Block 00000000000000000001268a19f99a88ed20e383fadd73cfb09cc0cbd48307e2
Merkle Root be28a3c739763f34fc2b95f8910357dca965c4cb7eecee41bc152adaa0935b0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,172
Size: 0.99798125 1.00 vMB
Total Fees: 0.01384187 BTC
Feerates: 40.21 > 1.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,652 (777,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,672 135,672 0000000000000574e01189f159eb79979dd1382b40a7ea26717b8eccdb23f080 23 0.01/1.00 vMB 126
135,671 135,671 0000000000000937dc1114841965bedcc5884e0e76bac195ca11e8f123d7e457 63 0.05/1.00 vMB 888
135,670 135,670 00000000000001d8730f301edc51adecd13accc6c0afae615247ce24c56b7141 44 0.02/1.00 vMB 127
135,669 135,669 00000000000008805ee9f709933f8f6227f424423f99aff4f41b2207e4a67bdc 41 0.02/1.00 vMB 295
135,668 135,668 00000000000006e4e7cfe6b83f26bec1cc5e1ae3e74bb090f3db4e66bbd4c92b 37 0.03/1.00 vMB 40
135,667 135,667 00000000000000ce41e7407c2933671931f6ebf5997c61140194af79e68c79f6 5 0.00/1.00 vMB 257
135,666 135,666 000000000000092952d36866f714c858716c92e74b642d4b4200fed4f13fc1c5 91 0.03/1.00 vMB 54
135,665 135,665 00000000000004948cf91d404fea5ee1e2af2450aa661212e9feed080367f64f 30 0.01/1.00 vMB 838
135,664 135,664 000000000000032ded806ce0e25d5177d8152048351654e3cb0bfc25e74b08d8 92 0.03/1.00 vMB 234
135,663 135,663 00000000000007af1fdd61069e4e5f13a2312364fcba173baf218edc0c9bc737 86 0.04/1.00 vMB 175
135,662 135,662 00000000000003f41cfa14e4f98b1e2068f060163e11900b957dc6a22a850d8d 16 0.02/1.00 vMB 394
135,661 135,661 000000000000034513981e07e41e0ad1f158cca8bf7a32f5fa5de85eae88ceca 55 0.03/1.00 vMB 4
135,660 135,660 0000000000000171f4a5be9ec55a55d5292502646c011ba0723e2d32a17dd667 137 0.07/1.00 vMB 215
135,659 135,659 000000000000086880292b147f1907ca1b7a2246b4bf161ef5e607a8bbbed6f9 160 0.07/1.00 vMB 127
135,658 135,658 00000000000002342109c942b4180695ce65f0a539de895d037c3f4fb9cd1878 157 0.05/1.00 vMB 132
135,657 135,657 00000000000005ff6eab23534a9a411f4b030e875c0fa7a0f574174056728a55 115 0.05/1.00 vMB 170
135,656 135,656 000000000000023230eac5530f78d710f9613349fe3c9b1ca9e1b19ab34aa3dc 65 0.03/1.00 vMB 327
135,655 135,655 00000000000008a0ca1ea0fe8f4baf0207fac298927664cd7a6dfb0a85d2c98d 69 0.03/1.00 vMB 837
135,654 135,654 0000000000000845e9568906d9bbf291e4460641945989452ced94c3ea2b9bad 97 0.05/1.00 vMB 300
135,653 135,653 00000000000001ed963fd4ffe51f6c0a917ba041e8a992e20574dc959cbb1a64 7 0.00/1.00 vMB 33
135,652 135,652 00000000000005d280454de07e0482ea4d947aa49b59864aef39bb3437ce6263 148 0.04/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 780.00 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: 477.51 GB
    • Received: 3.09 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.