Loading Tool

Explorer IconExplorer

Memory Pool

76,287 transactions
29.19 vMB
0.10562628 BTC
Random Selection Loading Transactions
Max Size: 172.56/200 MB

Candidate Block

Mining Attempt a1a1605f1cd63dbf8a2282c6515cc43dc603966ab34329f5dadbbbda7571984a
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root d7b3f3ab743319f60c3658187f4978d2f2bbd438017a5073ddf63e81aec98704
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.04266888 BTC
Feerates: 201.37 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (356,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,801 558,801 0000000000000000001f03acea50d322aad36c7dffe11fb8eca0c5dddf9f679c 1,352 1.00/1.00 vMB 8
558,800 558,800 000000000000000000054997034144b23ec09b49dec2b92419b14fe16d24e3ad 1,650 1.00/1.00 vMB 23
558,799 558,799 0000000000000000000e01f2341083b1c61156599afd86e8d5fdde227c4e37c9 1,892 1.00/1.00 vMB 11
558,798 558,798 0000000000000000002e06e3b1cc15954d943d51dc5479117605a8be222f530e 2,053 1.00/1.00 vMB 13
558,797 558,797 0000000000000000000d621d7c28b16ed22925f8a4aa1ee978735acdf3c219d3 2,095 1.00/1.00 vMB 17
558,796 558,796 000000000000000000014e6255c99aa3c52deac76cae4d2cc781c5590d4a29c9 2,374 1.00/1.00 vMB 21
558,795 558,795 00000000000000000016480662e48364a35460437c78da1a622c081c9bcc1ff0 2,838 1.00/1.00 vMB 32
558,794 558,794 0000000000000000001869ebcb4cbd3e4f6a9bcc03f7f07b7e40fb952fdfa3e8 2,091 1.00/1.00 vMB 15
558,793 558,793 000000000000000000266a1b1ddeeef636fd5d37b566b71377c63740e201b528 3,157 1.00/1.00 vMB 30
558,792 558,792 0000000000000000001ea481c60d1c5df8e876d36650a12cfbd5f572bcedea60 2,840 1.00/1.00 vMB 14
558,791 558,791 0000000000000000001e18315d16e6ce0d9163875cbca1965d1a9132330acb8e 1,877 1.00/1.00 vMB 21
558,790 558,790 000000000000000000059ea8ce6df0436437e26ab1b42c13e64275ee061846e6 2,738 1.00/1.00 vMB 32
558,789 558,789 0000000000000000002bdf9fc7bd47ba97de209ff991439cf583d82dca8a9feb 3,018 1.00/1.00 vMB 31
558,788 558,788 0000000000000000000a28eb4213f63b0cca18309785d14ce1ddab5438e01b33 2,661 1.00/1.00 vMB 18
558,787 558,787 0000000000000000000e6a2ee3f358f4ccc4d318add275d359edd0ff7d7092cf 2,549 1.00/1.00 vMB 29
558,786 558,786 00000000000000000015a9cdfdcb3b857deb9cfd295b177425bde303bad54bbd 2,724 1.00/1.00 vMB 42
558,785 558,785 00000000000000000027a77b4becefc584bf3e1663a4b8e1a99b92ebbd8460c7 2,081 1.00/1.00 vMB 22
558,784 558,784 00000000000000000012b428c7fe410196c60f3423e5ab7e4aaa33013fd14b49 2,364 1.00/1.00 vMB 27
558,783 558,783 00000000000000000014c00b49f2eece21834c6575663e4f027266b566c4ba67 2,182 1.00/1.00 vMB 30
558,782 558,782 0000000000000000001e8bb6037f86e1afa8a8c13109c843d72a9bf1ceb5f6ee 3,111 1.00/1.00 vMB 51
558,781 558,781 0000000000000000000fbb90ac16fce1fa83d6908005548781a91c840fa10f17 3,184 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.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.