Memory Pool Memory Pool Refreshing

5,388 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (699,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,809 207,809 0000000000000426a244b0d0641336c66102bb716f6fb3fcae23e7b1a6a574c1 0.25 MB 462 139
207,808 207,808 00000000000002384c8d0f10e6cfe378a1ab9307c820782eabef71a98bd64c39 0.07 MB 229 108
207,807 207,807 00000000000003227efe075ba10ec96e5ee6c283d7ad86a1862590a83a4de09d 0.04 MB 110 146
207,806 207,806 00000000000002c8f669698a08c496e858bfe168917d5bae558a34724c694c59 0.04 MB 53 81
207,805 207,805 00000000000001a5707a13c7e32abfa986de5dbea3ff3310f00f18812fca767d 0.25 MB 637 187
207,804 207,804 00000000000004ea758a599b5cd7894c5a23d0f12cde138b97ee5b90acf67859 0.05 MB 145 213
207,803 207,803 00000000000004e1a2c0ea24b63b22705bb884aa73812edd145d8ce9ec2b754f 0.05 MB 149 108
207,802 207,802 000000000000036ebf9609526f51330b9fcd215daeaee648b669df3bb6f8c069 0.11 MB 235 168
207,801 207,801 00000000000002ad4a814a9b8d23ffdfc91007b902bc7627b93289ce2831055c 0.19 MB 123 66
207,800 207,800 000000000000045827f9f0f5e4a84a565afe23b8b56fee09c6f179db85c29de6 0.20 MB 472 212
207,799 207,799 000000000000045084efc9873a7475980097b822e9f546ed3d12682dc24f423b 0.00 MB 1 0
207,798 207,798 00000000000004e154e9bf1199506974fa0b15c7b63d1bb61f5ddb0efc12aef2 0.01 MB 46 95
207,797 207,797 000000000000002e67a90261e4e1411d7bfd4b5ce6859034f18a08928e8a204a 0.10 MB 248 243
207,796 207,796 000000000000031f1173dad1c54870c80881bca6444762488fbbb1a5dcf34271 0.03 MB 96 235
207,795 207,795 000000000000043c72978d39f0b240907e6242b28698f9b227c280ad0edbd702 0.26 MB 522 69
207,794 207,794 00000000000000a5e20a2580e0d2636303a0792148de3716c388ba0b5374ae58 0.06 MB 64 93
207,793 207,793 0000000000000452927a42dbfd217eeb5651452b1f0b4a191d202bc85dc28da4 0.03 MB 70 116
207,792 207,792 00000000000001da141d194c848d15c44500882e529b1012167f2dbfa40ef4ba 0.06 MB 175 154
207,791 207,791 000000000000019402cd5bced6c2372864cbbb72114fd7189496a82a8fe55650 0.27 MB 690 190
207,790 207,790 00000000000003364ca7f57275fa4df2ded38fafedcd6f2d8c8546e29c540833 0.14 MB 202 131
207,789 207,789 00000000000001dc4d56b4c96a1deb73d6f9638de67fe1028daedecf7fd29e1a 0.13 MB 322 183
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,626.27 GB sent, 93.06 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.