Loading Tool

Explorer IconExplorer

Memory Pool

80,781 transactions
29.82 vMB
0.07204502 BTC
Random Selection Loading Transactions
Max Size: 179.91/200 MB

Candidate Block

Mining Attempt 03a11455a1dd20312de83334d3985a69b6a7d75f13066dde9a84e3c45077f52b
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 6ce88cca49fcd3404bd07777b3c0adfd587b7178c3473d6bbd6a84c16d552218
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,736
Size: 1.00 vMB
Total Fees: 0.01097668 BTC
Feerates: 100.36 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (468,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,657 446,657 000000000000000000fffd75b80b564186dddd5252c21e2db4a1e0b044395f0c 1,750 1.00/1.00 vMB 57
446,656 446,656 000000000000000002023268f9da25dea24690dbc1d8fd683cb90ddffcbe3af5 1,983 0.99/1.00 vMB 60
446,655 446,655 0000000000000000034fca92972e8f8fc136754f5dbfb60217ffaf3246aebb68 1,940 1.00/1.00 vMB 74
446,654 446,654 000000000000000000a52b0688b1e31bf7c711f49dd75b277c1f0acf3e854df3 2,400 1.00/1.00 vMB 85
446,653 446,653 000000000000000001ee37472f717216ee81d219d308a58053449da040ffe229 1,376 1.00/1.00 vMB 56
446,652 446,652 0000000000000000027e0d5fad9e500aa9d2492854d41453769b341c3d7ac1bc 1,521 1.00/1.00 vMB 56
446,651 446,651 000000000000000001815660caafbdc9747adc851cf2de89d8fa2098ca9d5a4b 1,891 1.00/1.00 vMB 75
446,650 446,650 00000000000000000105993b9c6f801edc08da113e8e7b69b64d1efeea0d91b8 3,073 1.00/1.00 vMB 77
446,649 446,649 0000000000000000030f7c4a3604a2e0ba8005e1f5f074259036080f1dfccd40 1,575 1.00/1.00 vMB 69
446,648 446,648 000000000000000001f591acb18b245d630400f5f989ba158ab56e4d4cc73589 2,844 1.00/1.00 vMB 87
446,647 446,647 000000000000000002011711a160664f64cf7367396f0c5f0de3dcee6cf20680 1,926 1.00/1.00 vMB 75
446,646 446,646 000000000000000002633b52e4653db44deabcbb316095411f8a3d8eb9806d96 2,242 1.00/1.00 vMB 99
446,645 446,645 00000000000000000052aaf85b219951d85190381b10df886192ffd55a884526 2,425 1.00/1.00 vMB 89
446,644 446,644 0000000000000000033a0dce697f660a0eba49fa0d330e24822426bb45b2bcf1 2,070 1.00/1.00 vMB 81
446,643 446,643 000000000000000000b08ca3498a6f480f602c50f6813ca442d005e2059ec6cf 2,542 1.00/1.00 vMB 122
446,642 446,642 0000000000000000006d92e321fd45a70a506f5b33fc401abf0e57eb764fa11d 2,246 1.00/1.00 vMB 79
446,641 446,641 000000000000000003686774d2395cf36bdf793242c7a678301876fad0f4e625 2,150 1.00/1.00 vMB 72
446,640 446,640 000000000000000002604c03e5ee6ab218f0765c1c1115e01ff03bb133ddc188 2,834 1.00/1.00 vMB 86
446,639 446,639 00000000000000000184cdde3515bfbfae4003e8b669aa98e73f56b2a1d636a0 2,826 1.00/1.00 vMB 78
446,638 446,638 000000000000000001c8e1e0abb2460969b0c778d42590dd2f3607ff8afdf95a 2,461 1.00/1.00 vMB 72
446,637 446,637 00000000000000000018ae7788cac78e67ff8095f6e1fdb51f820c0bdb389412 2,143 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.