Loading Tool

Explorer IconExplorer

Memory Pool

77,641 transactions
27.98 vMB
0.08669829 BTC
Random Selection Loading Transactions
Max Size: 170.54/200 MB

Candidate Block

Mining Attempt 34c381b70b55f71286bf9c19d45b1411ff38f2421f383a9aa61073bb46ca42dd
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a70177ead7a58120ae0ae062f2cc457ccddfc8a5ce06029528dbe665d7b93e42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.02644950 BTC
Feerates: 402.60 > 2.65 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (470,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,799 444,799 0000000000000000025fb47585737a12a1183b254340bdc9d405f74bc19ee1a7 2,726 1.00/1.00 vMB 78
444,798 444,798 0000000000000000008a8b6c840fb195b9c61d555f1b7507515bfe7ce53891c0 2,325 1.00/1.00 vMB 64
444,797 444,797 0000000000000000034815d939690c9b076830d8d42342736eda1e513cea5e68 2,776 1.00/1.00 vMB 53
444,796 444,796 0000000000000000021206ff2c35c0830e786b18c54fc78a246c555e4ee13dd8 1,279 0.67/1.00 vMB 69
444,795 444,795 000000000000000001e3a44090c1804de201cb2ad0c179090670c993e19ea7e1 2,369 1.00/1.00 vMB 82
444,794 444,794 0000000000000000036c5781a8b11569ca854a8043266852e00afeba5ae9f7a3 1,092 0.41/1.00 vMB 60
444,793 444,793 00000000000000000177eb414c65aa83c6b8b5ec87b6e32f303f373d9831d37d 2,262 1.00/1.00 vMB 85
444,792 444,792 000000000000000001020a4b132c20ad4409235d7c3d1e86113ee0e3850d9c37 2,329 1.00/1.00 vMB 67
444,791 444,791 000000000000000000b4f3336b4372a30341437e5cf7f15a14d1a9bcf5efc3ac 2,306 1.00/1.00 vMB 66
444,790 444,790 000000000000000000a54404c1962087fe8bb340e635dc4f5d6e27eb199af2d7 2,742 1.00/1.00 vMB 95
444,789 444,789 000000000000000000f0e2b33f1770d3209d232a998ba1b1836fe0d580a10e47 1,431 1.00/1.00 vMB 41
444,788 444,788 000000000000000002a768d2767b212887227f5a6da51e5f83b54e2bffccdd35 1,936 1.00/1.00 vMB 74
444,787 444,787 000000000000000001ced694a649d1e6854b17666c374e8d0035679434987057 408 0.16/1.00 vMB 125
444,786 444,786 0000000000000000013fd07c67390e3e49660a143fae4c5e3b9e92797bc6f412 1,735 1.00/1.00 vMB 36
444,785 444,785 00000000000000000055b871ccc6cba0935eb76279af490ad74003c87231f5d4 1,574 0.99/1.00 vMB 52
444,784 444,784 0000000000000000022f57bbd67f6ed35348cd1c2c77fd353ac5f002cd240579 2,439 1.00/1.00 vMB 75
444,783 444,783 0000000000000000004a5304023bf178a85bfc7f3dfe0d6e37c867b15d310472 2,424 1.00/1.00 vMB 94
444,782 444,782 000000000000000002d26571713805bea5752520b7151a75e0d68642d7a5429f 1,663 1.00/1.00 vMB 34
444,781 444,781 000000000000000001e709e5c6ea6b8a8725a16ccfdd54da37e5eb67d06d499f 1,605 1.00/1.00 vMB 49
444,780 444,780 000000000000000002772a7400dbbc2c8f1409109463884fd336ef672f9f0a5f 2,097 1.00/1.00 vMB 66
444,779 444,779 0000000000000000015e76ff553cfb64a099a5d6ae38f42185c71a42525e13dc 2,104 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.