Memory Pool Memory Pool Refreshing

4,683 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,043 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (15,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,262 892,262 000000000000000000009660c9c5c3a8547387f75bfbaa71a7279a40e323ce5b 1.73 MB 4,014 2
892,261 892,261 0000000000000000000038edef432858509e507c9b8bf07e0e896d8e8fab4a30 1.75 MB 4,739 3
892,260 892,260 00000000000000000000618438608faff7428428314ce0387513935a11c7cb78 1.68 MB 4,345 4
892,259 892,259 00000000000000000000c333a162cffa97a8f96f63c1c438f061d8ad2e8c6248 1.63 MB 3,837 3
892,258 892,258 0000000000000000000156ab022aa2c1df1e54f4759393931f73bf005887f983 1.74 MB 3,812 2
892,257 892,257 000000000000000000010ecbb737405397d41a378478e099c846360ec8110737 1.49 MB 3,100 2
892,256 892,256 00000000000000000001ffd7ec7e27110a5d5e0b22d372a2dc2e5f02daf8168a 1.03 MB 2,608 2
892,255 892,255 00000000000000000000f542a2bb62f56a0ca200e5f8ccb488868261cab124e7 0.96 MB 1,699 2
892,254 892,254 00000000000000000001c4d9e67477900e70a1dbfcb8e385b4f8c0596266bdf9 1.73 MB 3,940 3
892,253 892,253 00000000000000000001bfd5a34c8e206be9497e8df348e6b13e0e8a546b0009 0.78 MB 1,948 2
892,252 892,252 000000000000000000011ccf6a4971ca73dd1072e5394b4a3e5ab7030fdb914a 1.26 MB 2,845 3
892,251 892,251 0000000000000000000050100c9c7b96254af29a057c0d8dde4ebd4c777c31fd 1.33 MB 2,672 1
892,250 892,250 00000000000000000000b685318f9b56996546aa6255d598ee40998e5b4eea40 1.71 MB 3,126 3
892,249 892,249 000000000000000000011c63a8e09dfb350d6f213611471b5bbd26110d759466 0.26 MB 367 2
892,248 892,248 0000000000000000000008958c9f72e5e6ede3ef71b0488506fd7f3402d1cf52 1.57 MB 3,180 2
892,247 892,247 000000000000000000012910a6170661bf458946679da9b19e47b1eb43914417 1.54 MB 2,764 2
892,246 892,246 000000000000000000010accd818a77294e85bc481c473b8e9724c6531e9dfd6 1.71 MB 3,060 3
892,245 892,245 0000000000000000000111f0243c2ddb1c8cdf3ae3ee2d9ebb55e306a524500b 0.80 MB 1,283 2
892,244 892,244 000000000000000000010b5e73fff53c43ee3adb51883b7e0f4928d14ab1b70f 1.17 MB 3,063 1
892,243 892,243 000000000000000000004c973973f05b68e5e3db39f951fe1af43d6dbbd5fc73 1.58 MB 3,983 4
892,242 892,242 000000000000000000012966b051a758d5958b514b635a602130a7557b88dec6 1.70 MB 3,264 3
Previous 10 blocks ↓
Total Size: 769.38 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,644.26 GB sent, 94.87 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.