Memory Pool Memory Pool Refreshing

246 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (18,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,045 889,045 00000000000000000001435a8fc789738fb7224da8320cd065ec48f59f2ab466 1.70 MB 4,278 3
889,044 889,044 000000000000000000004039c3f02fce48b5ec3631989fc47cd6caf32afda5ea 1.94 MB 5,462 4
889,043 889,043 00000000000000000000ccfe956914c0788f5ceb0556f24f372b1c33df3b1d2c 1.76 MB 3,245 3
889,042 889,042 000000000000000000011c41293cf5d8e48af62ece44e40a853afc995e13bde5 1.85 MB 5,006 4
889,041 889,041 00000000000000000001518b9896a7709564a45b6b142d399b5155c8c682573d 1.79 MB 4,242 4
889,040 889,040 00000000000000000001cf89dc9ae935e3e7b3c860dcb8a592a5e1a63db09085 1.93 MB 5,645 3
889,039 889,039 0000000000000000000119c22e1e9500c17f62b4b13ced9838e1b84ff79f6a35 1.58 MB 2,923 7
889,038 889,038 00000000000000000000e8c61e8dbac1e0d55974faf51ede313a745c45d264a8 1.80 MB 4,529 3
889,037 889,037 00000000000000000000baf9adfded27a162b2647f0ed88de2ff9a0ecb5f80ad 1.74 MB 4,462 4
889,036 889,036 00000000000000000000f0805254efde8d07adfb0b5cce0ea84d7a6071258c93 1.83 MB 4,214 4
889,035 889,035 00000000000000000000437c48c1b8f78f2d369cd897e27cb4e36338006b171d 1.51 MB 3,405 5
889,034 889,034 00000000000000000001abc50f561e30ce2a9fc4dc23a2d0d821a952b831063a 1.81 MB 4,807 4
889,033 889,033 000000000000000000003a60b1c31aa521bc220482d1267646a0675de04baebe 1.83 MB 4,977 3
889,032 889,032 00000000000000000001bf99f2eec5c22c719e02008621e9e9bd8179b2cabf5c 1.78 MB 4,581 2
889,031 889,031 00000000000000000001b7313e8bbf13d9daab67ab9aa33a07c2b71ae09d6c36 1.72 MB 4,596 3
889,030 889,030 000000000000000000024f65a34c411be5468079ca6dab34fb6959c06b45f601 1.61 MB 3,901 12
889,029 889,029 00000000000000000000202fbfa19401ab7728a555a8d29679898ff54dd50524 1.85 MB 5,240 2
889,028 889,028 000000000000000000002346074b08736a1fd98c2cbf3f87a13248f07920bad9 1.55 MB 3,326 5
889,027 889,027 000000000000000000020a5b9df877e1e6fb936d292c28fdab927907bd468339 1.78 MB 4,663 2
889,026 889,026 0000000000000000000049f60e06327433b32817bf060cc7e8cadfbbc55a1808 1.81 MB 4,862 3
889,025 889,025 00000000000000000000a52e8101bee70e558c958460e58f5c337ab0b390bbdf 1.76 MB 4,681 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.