Memory Pool Memory Pool Refreshing

1,772 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
891,163 0000000000000000000251050000000000000000000000000000000000000000 ago 0.75 vMB 1,767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,162 (2,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,052 889,052 000000000000000000012b7a7936dd498771fc9b7acf1c394646013a0eb0d656 1.68 MB 3,841 5
889,051 889,051 00000000000000000001883796584b93efc550e687b6aeae08b74f23d4dc9520 1.65 MB 4,022 2
889,050 889,050 0000000000000000000076e4035f4e104c77d276f3bad0f17ca8f22786f1f5a5 1.53 MB 3,946 8
889,049 889,049 0000000000000000000254b0424bd77bdef17744386b4d52dd0f2b01d71ff3b4 1.76 MB 4,324 4
889,048 889,048 00000000000000000000da40318eee63530a16ad13619a26be2cbe02d204ce34 1.82 MB 5,118 2
889,047 889,047 00000000000000000000d6d1bec8e311e897d36d56e6c2f852b98c8148af545d 1.78 MB 5,137 3
889,046 889,046 00000000000000000000ede853ce1f4b39aa736c0c1af95a0cbbacec70dcf6f7 1.74 MB 3,750 2
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
Previous 10 blocks ↓
Total Size: 739.94 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: 3,533.25 GB sent, 160.65 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.