Memory Pool Memory Pool Refreshing

1,485 transactions
0.44 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (813,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,647 94,647 000000000007d33a618d123270a32918b808b793fac10467d42c71b912bd4f6a 0.00 MB 2 0
94,646 94,646 0000000000040849a7c1c45d045093460f6d42e912723b027aa2c1f831298bcb 0.00 MB 2 0
94,645 94,645 0000000000043384de127c9d97c27b431d525fb13a275e0628d8faa210cab517 0.00 MB 1 0
94,644 94,644 0000000000018ea4ee99411bbdee3fdb922dc3d47d3ff30a3b5c91db4a1ac9a5 0.00 MB 1 0
94,643 94,643 0000000000016dc915bb2642e2e8096a93a8981046401c896d36c7b69a59f7a3 0.00 MB 1 0
94,642 94,642 0000000000076f3d87ed4e28e606b823d888de16ba8dafca2b81e776d2d319ee 0.00 MB 1 0
94,641 94,641 000000000000ad8ab6b3cc8ea78029975d93522ee3752f79f79e2ea8da87d93d 0.00 MB 2 0
94,640 94,640 000000000007c9952d44a01503ee4e1d8266d4ec00e50f6f9fadb3f0e59bdb0e 0.00 MB 2 0
94,639 94,639 000000000005c0527cc49ca5db6d14b508ba6b1d6fb6c4ebeacbb327b8870adc 0.00 MB 1 0
94,638 94,638 00000000000247bc0bbc0ae1aa274b2e996836ba496747a676bfaf0d16a90c13 0.00 MB 1 0
94,637 94,637 000000000007062a72f894233eb4fc17932315f425f4ebbce16903625abaed73 0.00 MB 2 0
94,636 94,636 0000000000079d4ad6ca047c3e993c731881f0041cc7376508a57833198dadc5 0.00 MB 2 0
94,635 94,635 000000000000c2fe458bb66d62bff695b1f4a3e10039b25e74afabd2b6e74caf 0.00 MB 1 0
94,634 94,634 0000000000056aabbec027cfc0d123c8a2e82a53d2c613ca4a30dc280f8e09ef 0.00 MB 2 0
94,633 94,633 000000000005399893a61a3c99b4faf67ce6206481b8746954615ada97811727 0.00 MB 2 0
94,632 94,632 000000000003f261db797b4bd04b5fef71ac5a8ab032067bd6b880c450d69a0c 0.00 MB 2 0
94,631 94,631 0000000000056b8e901b39dc0cb3f3cad878b985fcd231d49aca36d822e8e050 0.00 MB 2 0
94,630 94,630 00000000000354a47532519df07c088283e04d99e068e81772c0c46d8cf50f71 0.00 MB 1 0
94,629 94,629 000000000008b6d94630c67737b5e2655729a5dca1591ef51edd94aa262fa30d 0.00 MB 1 0
94,628 94,628 000000000007b52390a92af6a98368ac244819025d95888aae044a045e5a794c 0.00 MB 2 0
94,627 94,627 00000000000654fb72c80c07f81a1f59f1341450834587b14e272178c6c63736 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.