Loading Tool

Explorer IconExplorer

Memory Pool

78,463 transactions
28.83 vMB
0.10850282 BTC
Random Selection Loading Transactions
Max Size: 175.05/200 MB

Candidate Block

Mining Attempt 2933128f9404d4ebf22af40326b8c72dd63c59950ad71e2fece31b3c4e48be4d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 58896030016a4030a8074e4103ef46a3f1dc1691167708e1546c208493afebab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.03842961 BTC
Feerates: 602.26 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (500,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,393 414,393 000000000000000001fe2e3fcbcb6af67fa58516e1e67db5033a5207d809bcaf 1,741 1.00/1.00 vMB 12
414,392 414,392 0000000000000000048f6eb7fedbdff76a4660f50d0f13ffcc01ccf8a30bfc5a 2,046 1.00/1.00 vMB 42
414,391 414,391 00000000000000000317e6e3144562a71d70f2ff6c23d94d3d6b1a7219cac21c 16 0.00/1.00 vMB 88
414,390 414,390 000000000000000000fcefc6641a0de8eecebc252b2f49ccc6b1fc8bcf55bcdf 2,159 0.99/1.00 vMB 61
414,389 414,389 00000000000000000029ee557e60d4a32ddf20db7b75325493890164a3e4c72c 1,829 1.00/1.00 vMB 32
414,388 414,388 000000000000000004e9446b80ed8ba18abd60c7d8019acc34bf7058b6f1d475 1,730 1.00/1.00 vMB 62
414,387 414,387 000000000000000003fd2af47ef1898b4200ae0663cb971c9c4498fdb1c6e3b5 1,963 1.00/1.00 vMB 53
414,386 414,386 000000000000000001c5dd3619bfb6f05e48362abec01e4ac61806db6c2863c8 1,938 1.00/1.00 vMB 80
414,385 414,385 0000000000000000015ecab126fc2c456386448c0bb3c73ae64cc0de9e2ba95a 939 1.00/1.00 vMB 9
414,384 414,384 000000000000000004efc1e57cab74681b8b6442f6456d6de4b50e3dd7996f8e 801 0.31/1.00 vMB 38
414,383 414,383 0000000000000000020cb1795bd57559e0a6ebe9a727327d64a1fd23a8e371db 489 0.22/1.00 vMB 49
414,382 414,382 00000000000000000024b5a5449c300c5edf3a9c6b23d02495bf6ec2487977e3 1,899 0.80/1.00 vMB 51
414,381 414,381 00000000000000000078f45c38f826e41a8d3c90278d05dc13a1692321baf3d2 1,401 0.54/1.00 vMB 47
414,380 414,380 0000000000000000016421c8b53de4ad059ed7e35b6046fa40e9bbbeee7fd796 261 0.10/1.00 vMB 49
414,379 414,379 00000000000000000239fb7597a28cc9d6ce40f6d47126d492647a111a87bde6 1,504 0.67/1.00 vMB 44
414,378 414,378 0000000000000000037ff73831e503052d3bcf16fc2073c635b2297fdc4ab6f4 846 0.45/1.00 vMB 43
414,377 414,377 00000000000000000293472ffff7db37b09c6d3e17f2fba321a7e4f17f50de7b 1,846 0.86/1.00 vMB 43
414,376 414,376 0000000000000000027da6b8abc8a86b0ecfb1df6f4134e3f982103af42ea377 248 0.13/1.00 vMB 61
414,375 414,375 00000000000000000030e6ff7fff70d75adef26d7d9f0ae1498ddbbfc7f5b80e 75 0.02/1.00 vMB 57
414,374 414,374 0000000000000000011df4283b573a71670164e8ef533f2df6b14633a0191b7a 1,795 0.94/1.00 vMB 22
414,373 414,373 0000000000000000007430ae655ae790ec1c82aa50ae9ac3805299582b498546 1,193 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.