Memory Pool Memory Pool Refreshing

3,713 transactions
24.33 vMB
Show Random Selection Loading Transactions
Max Size: 100/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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,365 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (812,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,065 96,065 000000000004820e6e52186f2006acd992665b250b7981dd836de2f9c5a30119 0.00 MB 1 0
96,064 96,064 00000000000568ef6b3016788ff7c63f182937a92a462014636d02fafda9e31c 0.00 MB 2 0
96,063 96,063 000000000000715e4db9b2f0688b8c689d40b0de6c5e22a582828875ff4bb86a 0.00 MB 6 0
96,062 96,062 0000000000027b107b590857d9a6357376d86027032f2c32f989f98b71607ad0 0.00 MB 5 0
96,061 96,061 00000000000489a41e0e0ee3778582ff0c9c61773bb79907c616348644d75ae4 0.00 MB 3 0
96,060 96,060 0000000000029af88c2052bf97cbb90a9d3307040a37f6260d124d076694f5c1 0.00 MB 2 0
96,059 96,059 00000000000028c8d69d65bebdca97a08de22f30267749d532c4759a87930991 0.00 MB 1 0
96,058 96,058 0000000000019bded78a8c655a35e4d83d03a2b6ea95d00248e921c43cc667aa 0.00 MB 3 0
96,057 96,057 0000000000006b1db06ec4cee09bf6119107d953d170120b734721c995fac868 0.00 MB 4 0
96,056 96,056 000000000000bf5b0eef125fca453b7d67229d26735edd8bc31badb668254ebc 0.00 MB 3 0
96,055 96,055 000000000000d46d396f18c2821a700bd782d774563afbfb62d0a07325407c4f 0.00 MB 3 0
96,054 96,054 000000000001af8bc1a7e1e4c97dd0af9c2b1c2ef6a672a337a98dbb071d1f73 0.00 MB 1 0
96,053 96,053 00000000000264cb980075707f431a8f138c3c46ac54ef389b13a9d67407ebc6 0.00 MB 1 0
96,052 96,052 0000000000062700dfeb3b47acd703ab05a70ce1c555120ddf84d87c9c0533f6 0.00 MB 1 0
96,051 96,051 000000000005caac088014892fa06c7ee29056872ce255e120756f45b29eefbe 0.00 MB 2 0
96,050 96,050 000000000001cfab065f6d34779a5f0fb03b4c95c7b330fe4044d5b1a3c6582f 0.00 MB 4 0
96,049 96,049 00000000000246563012321c14ba2c8ff494fae8531a399c06bdb3fa4f55bad0 0.00 MB 1 0
96,048 96,048 0000000000042c3caa29ea551e29d8ff978254b8a479186e597c4938e7fe9c54 0.00 MB 1 0
96,047 96,047 000000000006404712ae1b1677240452ba319bf938c17946ea6bf6a6a581c887 0.00 MB 7 0
96,046 96,046 000000000007cacc6a5e82976425f4ff34a786baaa9560c0616bd824fd4ac85e 0.00 MB 1 0
96,045 96,045 00000000000746a63098ea2f8f61a1d810fe82fe34798b750c2bb3bbff582dc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.23 GB sent, 98.61 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.