Memory Pool Memory Pool Refreshing

318 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (820,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,052 88,052 00000000001046f108fd542e7acab03ab6b4b747ed1f2055799875f7d9514556 0.00 MB 1 0
88,051 88,051 00000000001752f225e53fb4a2b2f926b48592842a3a0637289ba6624ee03bc1 0.00 MB 2 0
88,050 88,050 00000000001a6bd16b85ffe1f08d703feea258a713f57bbebb0869b33282c8e8 0.00 MB 1 0
88,049 88,049 000000000008c09b85ac7eee08f15234ca12e340abf605c2d36762fa63a60b18 0.00 MB 1 0
88,048 88,048 000000000008dc81674aee89787becb1b2825c9d849bd2f47093237fa87f3c13 0.00 MB 1 0
88,047 88,047 00000000000b1dc58ebd8d47360a3b1298800d7f58edaf491d2e6d405b4274a4 0.00 MB 1 0
88,046 88,046 000000000010cd43fb8d94d2e3c359ebcaf18c20ef8bafe29065443d14a34e9d 0.00 MB 1 0
88,045 88,045 00000000001d4005b568361021b8d580004cf290fbb3f27a8bcb8ff731c8b8ae 0.00 MB 1 0
88,044 88,044 0000000000198b308b9b6753d342343679e10ff1bd93a4ebe28f663fd67e421d 0.00 MB 1 0
88,043 88,043 0000000000009aafe2c8dea04810f633355e076cb21c151da7fdaac6e1084c54 0.00 MB 1 0
88,042 88,042 00000000000c8fe6d7843c780ef4b440333c34a3d60e0a949ca45462ff2d8885 0.00 MB 3 0
88,041 88,041 000000000009789b69aa524cd614e36371fe21589d5597c5e7d2ad1180916933 0.00 MB 2 0
88,040 88,040 00000000001e7ca86831fd347dcf04297354c12f0d7ee4c029e8ad179b1ed839 0.00 MB 1 0
88,039 88,039 000000000007d8bcb25fbaae5258e91c00e7e707f126c614efe92fe9474b16f0 0.00 MB 2 0
88,038 88,038 000000000016a23b0ceecefbcfc33812c04db12daf8b21d56b8934e42a3baa80 0.00 MB 1 0
88,037 88,037 00000000001b93714f532fbbb0541c885f2d448f84cbd715066b55c350c8357f 0.00 MB 1 0
88,036 88,036 000000000010ebdf19682dbcbe511612467d8d0fbd2cd398d3eb18a03234bf56 0.00 MB 1 0
88,035 88,035 000000000019bf3869130d2d9166e6cabbe041cae33b9c8b45b04703eeccb8cd 0.00 MB 2 0
88,034 88,034 000000000006a6188b643fcfae3388cd17a90829f81dd3e55d5cdf59e7c0efe5 0.00 MB 1 0
88,033 88,033 000000000005b18d4262c93d375d7b4a1cdc59d0eb19047df00e396bd7a89dd0 0.00 MB 1 0
88,032 88,032 00000000001deed566a7600d2b6700e98d643e344e8f6dbde095965eca5ab106 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,849.77 GB sent, 101.10 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.