Memory Pool Memory Pool Refreshing

5,883 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (125,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
781,985 781,985 000000000000000000017ed4119e5a53448cad70614655c0ad5d2efb4641d054 2.10 MB 1,452 16
781,984 781,984 000000000000000000027fc702609698de15eefc19b6c3d077b3038c08c1a425 1.96 MB 3,310 23
781,983 781,983 000000000000000000059fcffea7cb3ac25b659d03051f0c4b71416f888422d4 1.67 MB 3,719 25
781,982 781,982 00000000000000000003d6ed819a1b761a18b6c6ad20dd87b718481fbf8528fe 1.59 MB 3,421 39
781,981 781,981 00000000000000000002d0022e5ec7c90e0a18b88f867a575341c5f8e13af0af 1.84 MB 2,189 18
781,980 781,980 0000000000000000000368819055388dc7f572ddd4289342002186536257a2ac 2.29 MB 1,903 17
781,979 781,979 0000000000000000000335b1852e12ff29315979e463932e1e252c6894e6ac91 1.60 MB 3,826 24
781,978 781,978 000000000000000000010d240e705cfbfdad520d56e62c1d6c4c3d0b3ff81332 1.65 MB 3,666 26
781,977 781,977 000000000000000000005d6528f64a032eaf4d621843f2296056e5669d0edcf8 1.44 MB 3,249 46
781,976 781,976 000000000000000000003c86928a43d85bc7e68575595b52b53ffd7f4af33e59 1.61 MB 1,605 24
781,975 781,975 000000000000000000004463ceeeb7c49ab5d5089733e74bc222e561e2b0401f 1.89 MB 2,173 23
781,974 781,974 00000000000000000000f7f75aef090727d08d4ab68d0b13b0ef77dc2693a37b 2.48 MB 2,210 17
781,973 781,973 0000000000000000000396c340cd6c1d490aebfc1a156f0512063b9005c56abf 2.23 MB 2,561 30
781,972 781,972 000000000000000000060773e756e8d103929788ccf735c7e97b02fb85891e90 2.31 MB 2,396 30
781,971 781,971 000000000000000000004ee3967fd6d8049bc1e6f3158d03835ec8104b955bd0 1.96 MB 2,871 35
781,970 781,970 000000000000000000049b51632ee9082baf9ff8e892c93eed451444a17fee58 2.03 MB 2,688 16
781,969 781,969 0000000000000000000166d19ec695df90be0164a8218dbbf9a5a65902816888 1.86 MB 2,444 32
781,968 781,968 000000000000000000027d1f38f7cc2e466f8c43f0210461390767994a180ec7 2.41 MB 1,943 19
781,967 781,967 000000000000000000065fb4ca93c39d530ba7b2294d25f86624ec291dbe4ffd 1.74 MB 2,665 48
781,966 781,966 00000000000000000005aba3e5b1a258cbbf407ef09a4d8936a7445e9d428c17 1.49 MB 2,456 43
781,965 781,965 0000000000000000000059ee1d734ad29a45587e66b3788e31902b5f4712d33b 1.42 MB 3,131 50
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.