Memory Pool Memory Pool Refreshing

10,560 transactions
4.79 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (63,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,996 843,996 00000000000000000002c29dea455ffb91b1ca07818885b2bea98335d0322c3e 1.64 MB 5,533 26
843,995 843,995 0000000000000000000338f5d4d787b9ee8e11f7a11d9073ece5d7a06f04997c 1.43 MB 6,558 32
843,994 843,994 00000000000000000002afc61355e048f55331001ead416e83440717298b1627 1.43 MB 6,419 38
843,993 843,993 00000000000000000002d7e46a473fb1c1c34aee9f1a8ded2e83c956e5241ca3 1.47 MB 5,364 15
843,992 843,992 000000000000000000015a0e7d871d110fd3e7c7f3e6153411923de94606c60a 1.63 MB 2,905 11
843,991 843,991 00000000000000000002d3dbaf2bfcf579601908eefc4992a163bd1af70020c8 1.50 MB 3,280 14
843,990 843,990 0000000000000000000271dffa62a6f720140c4b0a3d2bb345c4b8014b46dc1b 1.47 MB 3,166 19
843,989 843,989 000000000000000000016a4df852383194c173528047bdc0b505be995c68b456 1.61 MB 3,529 18
843,988 843,988 000000000000000000016ea09eb73a77bda0d842a00185d25dcb42d207cc3f79 1.51 MB 3,924 16
843,987 843,987 00000000000000000001a68a4d98ef414aeb035d95d995f810a42a807e096efc 1.63 MB 5,542 11
843,986 843,986 000000000000000000004aae09e0e14c2e10d613a37804f1181ed9a9cf58833c 1.62 MB 4,733 14
843,985 843,985 00000000000000000000dcbc2f779ee9e05963269c05e15074022e40233ba2c2 1.65 MB 2,963 11
843,984 843,984 0000000000000000000167b214dc2dbc41724e494af82f11e52502a43b3c618c 1.52 MB 3,016 16
843,983 843,983 000000000000000000022bf0d05f6e77c3d74183dc4c63e09eef3ec75d7ae9f8 1.53 MB 3,429 19
843,982 843,982 0000000000000000000321d6232ce56bda4c19be86c84545f75657b5aae22b2f 1.31 MB 2,742 10
843,981 843,981 000000000000000000005c61ad42115138bf6a101caf00843e6c7e9ac47d89cf 1.49 MB 4,567 11
843,980 843,980 00000000000000000000b870ef39296007286714fcd87b4166951dc164e9dcc0 1.39 MB 4,005 11
843,979 843,979 00000000000000000000eea5e93588313b152590799476737e6d8716d913cbe4 1.10 MB 984 9
843,978 843,978 00000000000000000000dfc6d5b45751b46c4a1a6dfd1e04cae193845410fa01 1.60 MB 4,802 10
843,977 843,977 00000000000000000000d31e710560ac25a55fbb793306623de194701376576f 1.58 MB 3,032 17
843,976 843,976 000000000000000000015d8bf841832ad57f14bfc3dfb26ab033cbf99ecc907c 1.69 MB 5,055 12
Previous 10 blocks ↓
Total Size: 769.03 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,625.75 GB sent, 93.04 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.