Memory Pool Memory Pool Refreshing

4,076 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,686 (222,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
684,815 684,815 0000000000000000000abbc1a4dc44f2d8cb06fb1ceaca0ff590eed2a2fcc510 1.54 MB 1,867 70
684,814 684,814 00000000000000000007ce573030ae10752e3e6eccbfc1d90268859110449f6b 1.27 MB 421 12
684,813 684,813 0000000000000000000384257f9c2b83ca06f571a885077ea25fc9b973a75168 1.20 MB 1,518 51
684,812 684,812 00000000000000000009e57e95b1207360e0f4271075b4e2eca401675218324a 1.27 MB 2,316 58
684,811 684,811 00000000000000000003536f509fed87af3d0fa16f7612a4a8a12a60054af2c2 1.26 MB 1,977 13
684,810 684,810 0000000000000000000ab313a3d69bfe0c3d46b95310ffc7654a2f46e818cf72 1.51 MB 2,224 67
684,809 684,809 000000000000000000052ec7f4675fde170a4be93770416250c559b6a008863b 1.38 MB 2,842 113
684,808 684,808 00000000000000000009049b93d49ff59f54292c8763de362fa1db31b48eedcf 1.40 MB 2,137 64
684,807 684,807 00000000000000000002127771c520e729ca95a2e66e75ca8d97b4b729ccc59d 1.20 MB 1,545 77
684,806 684,806 0000000000000000000400824bdf8fdd9e1a0d155471678e5c7844dddb18175b 1.32 MB 1,754 101
684,805 684,805 000000000000000000080e882ded62baadba3a80f77ca1a0d0ebdd516e7ba2d8 1.42 MB 2,632 90
684,804 684,804 000000000000000000015bb57953d6410fdeaec202e9bec7f42e527e73b38638 1.34 MB 2,837 89
684,803 684,803 00000000000000000009aa8fad3312c112f7db8e8cae43ee65a771dbb6f7a9e9 1.38 MB 1,990 49
684,802 684,802 0000000000000000000771fb3173c3ea971508bc056ed242310bcd28b3fd064a 1.33 MB 2,528 85
684,801 684,801 00000000000000000004d494f18e0309d30bd9aeec5b83f003c941576309b9bd 1.34 MB 2,766 126
684,800 684,800 00000000000000000001b56355d22706aace1b45e27d054f12377e01025d8b8e 1.31 MB 1,783 28
684,799 684,799 000000000000000000031eb25bb4ceb6b46439570039449c4708131edbe6970b 1.21 MB 1,446 26
684,798 684,798 00000000000000000007780fb2d5bf47491cccbb365315d9655a8170b337f494 1.30 MB 2,001 33
684,797 684,797 00000000000000000005edeba3ee2b06c6a2cec30f887db3125702e9d1243a04 1.38 MB 2,227 28
684,796 684,796 00000000000000000006c8aa9545c5a1e1a0c42a9ce2259ffccfed3763f057a4 1.53 MB 2,006 96
684,795 684,795 00000000000000000007a72a82af66d0d790efb82f8271a00c627a25b45ddf8e 1.48 MB 2,300 73
Previous 10 blocks ↓
Total Size: 768.96 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,614.87 GB sent, 92.60 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.