Memory Pool Memory Pool Refreshing

1,835 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
891,079 0000000000000000000251050000000000000000000000000000000000000000 0.63 vMB 1,816 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,078 (1,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,876 889,876 00000000000000000000134018e94b4b394bc00fb34e249b33aa1f8f4983a419 1.14 MB 302 1
889,875 889,875 000000000000000000002f8b420cd80f155c8ba9a0dc306668c6837e0556ecd0 1.35 MB 1,469 1
889,874 889,874 00000000000000000000007f42bf02561bf1beb48c12e739898db91e9e69ab6f 1.71 MB 2,679 2
889,873 889,873 000000000000000000010fdd7816eff5f39dc63766d0120d8eea6f30f03a1099 1.55 MB 2,357 4
889,872 889,872 000000000000000000010d7876d8b6b3c7c1a6fd4b4a7255f16c9603a6fc28ad 1.73 MB 1,854 2
889,871 889,871 00000000000000000000150178f93cedcd7f2cb1944c99a727ceaee0187d3566 1.55 MB 941 2
889,870 889,870 00000000000000000000922f1a9c8f231b98631bb6f85a00ceecb856a3a1a194 1.61 MB 2,558 4
889,869 889,869 000000000000000000000fd642d6dca5bf095ed330dcf1742af5adac36061732 1.28 MB 1,307 3
889,868 889,868 0000000000000000000002dad28f32665770ec8d1be11231fe2d75973fbd6e0a 1.19 MB 1,226 3
889,867 889,867 000000000000000000004ef5e3869084c211e3aa7f85e7033488f4afcc207e21 1.58 MB 3,107 4
889,866 889,866 000000000000000000024178d8ccce13e0895144d8cb6395b6501c8a130c1686 1.52 MB 1,637 3
889,865 889,865 00000000000000000001ccacb1d1ce9cb44a1228bc62218a3f082b5640dd9675 1.48 MB 2,551 4
889,864 889,864 00000000000000000001636cca66a5d22562b4612d8c9451247fbc91733709ce 1.52 MB 3,735 7
889,863 889,863 00000000000000000000d54bb34821c3924ef606658dbe373b2c8154a0e14232 1.67 MB 3,324 6
889,862 889,862 00000000000000000000270202ea4b17a4d2cf0ec00a372ca05a06b631f9eff6 1.59 MB 3,573 6
889,861 889,861 0000000000000000000036978f05097cd22d7264fb3e31207aded4354e125638 1.59 MB 3,577 7
889,860 889,860 0000000000000000000052eadc28671a201aaaa8cad62fdcc5a648c971f2ca09 1.73 MB 1,459 2
889,859 889,859 00000000000000000000d9497a0f7c4f017ecf780511b209aad10a31165c92a7 1.54 MB 2,760 3
889,858 889,858 000000000000000000019ebcaa3843a583dbb84cf56988897c0dcbed4e68b6f9 1.60 MB 1,961 2
889,857 889,857 00000000000000000000dd47143dd6790ddc576a228cc1a2e34e9ae346736232 1.19 MB 1,234 2
889,856 889,856 000000000000000000015277bf7c51ac0adeb223da74b3d2384e19d7ddc55ed2 1.56 MB 1,910 3
Previous 10 blocks ↓
Total Size: 739.80 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,518.96 GB sent, 160.08 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.