Memory Pool Memory Pool Refreshing

8,617 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,236 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (71,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,885 835,885 00000000000000000003047ed1e4b224e2c0847889fad6e425133f8e4a6fa189 1.64 MB 2,606 18
835,884 835,884 00000000000000000001176fc2e20f096abc12d3ec8ec0e8fb934e013e6d0fe4 1.07 MB 182 10
835,883 835,883 00000000000000000000668103c8043eadc5a4ca1002568dc21aa1ae9d7e99bb 1.43 MB 1,703 14
835,882 835,882 000000000000000000003471bd2cff3004b8d0ad3320c4f9dfbdd5fc1e98d95f 1.35 MB 360 11
835,881 835,881 0000000000000000000275de6caa44f061af61c0f11bb113d559282b02e0d4f0 1.29 MB 1,037 13
835,880 835,880 000000000000000000002b52e634d50cc28145308c72e05e214d529d61fe30e9 1.08 MB 304 10
835,879 835,879 0000000000000000000103b94b459ab837b7019a4e1fc961130d1180ad22cfdd 1.15 MB 757 11
835,878 835,878 000000000000000000013e233a5dbc44110d7b82af12fb878acd154dee5d1b6b 1.68 MB 2,057 17
835,877 835,877 000000000000000000002a40919e48267932577ad015af601da84e3d4a783402 1.04 MB 225 10
835,876 835,876 0000000000000000000221902f1b5632aaae4a6a17c27381148eb02c96d294b2 1.05 MB 147 10
835,875 835,875 0000000000000000000302de67e11b0042a6ddc766c2c68057c236b0173a8235 1.84 MB 735 13
835,874 835,874 000000000000000000016375e82bc1e570b2471598f7a95992d7bc16894c1c74 1.96 MB 2,083 16
835,873 835,873 00000000000000000002be9b5f5f08487357bf69bba906e0cb48a4957aa594a6 2.25 MB 1,226 13
835,872 835,872 000000000000000000006de3ca797610ef616d69578d0871f6d83ba4aae918cd 1.77 MB 1,988 14
835,871 835,871 00000000000000000001eb653d5a9a2fde8d9c350ba8862893a4c8042695e3f3 1.75 MB 3,016 20
835,870 835,870 00000000000000000002ecd2d5e80a51b282ab89cf14d4a6b22626f45d8118a0 1.65 MB 2,762 21
835,869 835,869 000000000000000000018ce4ec43d41646b3f602c8a66a9827cbbcd389510403 1.43 MB 1,849 23
835,868 835,868 0000000000000000000195b19bfc9332ca76e0365fc12242d188b7a36cd535c7 2.40 MB 177 11
835,867 835,867 00000000000000000001437a5ec1d915fb686ab24f30dae399ce810caee3fde3 1.96 MB 1,688 12
835,866 835,866 000000000000000000033cf3f9844ef46cd4e17a241d81c7c9eca4af4dc65dae 1.82 MB 2,315 19
835,865 835,865 000000000000000000007f10ce5c5f9bfaaafda5e2867d0e42821732893cac10 1.71 MB 3,318 24
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.