Memory Pool Memory Pool Refreshing

7,870 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,908 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (588,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,533 319,533 000000000000000000d8a851f9f62055dfabf671dd185cbd7c52b8f8bc197112 0.23 MB 243 16
319,532 319,532 000000000000000002a43980329e01e7a9eeffe8a6a19e773bf8b9a6b18b2a92 0.58 MB 504 18
319,531 319,531 00000000000000001635213d1c32dab575b5e5aaeae95e7a0c9de6445172bc56 0.01 MB 36 27
319,530 319,530 00000000000000001a9f034c99abdf43ac7b3481b6ee6553ff995b7a9bc1474f 0.29 MB 229 17
319,529 319,529 00000000000000001c81d516dbf77cac1063c67a0b186e77698936c13a48de5e 0.04 MB 77 32
319,528 319,528 00000000000000000138bd34c2da298ac9726337aee0db16b1a154f6ea674887 0.23 MB 231 19
319,527 319,527 00000000000000000ff129891306813699f9871785be02dd9cd2a80eacf4cd3c 0.47 MB 353 18
319,526 319,526 0000000000000000166a4021ea69fd5f37b5632c94a9b57ea92e005f18a10c70 0.45 MB 514 21
319,525 319,525 000000000000000004b183cd23923778682451503184ead0afc39914090a9fd2 0.03 MB 51 23
319,524 319,524 00000000000000000d872d3f85573d059efee29396d7028d489d53ce05dc4f76 0.05 MB 111 24
319,523 319,523 000000000000000024e87d641eeae9ec14614d8e8ff77c8cb0c783cfcf33686d 0.21 MB 327 27
319,522 319,522 00000000000000001e40b14ec7c755ccdcac427d697556991af9388ee8154ef9 0.30 MB 486 26
319,521 319,521 00000000000000002296083b38d5578834026dfc6fe7bd2d53694833be288b3b 0.64 MB 227 12
319,520 319,520 000000000000000011231c343246b2271a034aabae77f850b1fbfd203abe4575 0.50 MB 509 19
319,519 319,519 00000000000000001bb1ea98221da9fdd31ea85d052d71a0f559785f9398759a 0.35 MB 590 24
319,518 319,518 00000000000000001f8fd23c0ef67de62489accc56dabf7cccbfc3d435e0c2ba 0.17 MB 256 20
319,517 319,517 000000000000000018833a2b7d7867afc499dc4f9b9ab288355040d05665e2d7 0.47 MB 398 17
319,516 319,516 00000000000000001747a0d571284e4d23199d906d6fbff3395f088b47650785 0.50 MB 672 22
319,515 319,515 00000000000000001078b4a75622927dc9b8ef90f766777e4ac5fa46d20c9e09 0.35 MB 975 33
319,514 319,514 00000000000000002162573c8a4b76783843b3aaaf7906a5fe921c1b727f28b2 0.55 MB 1,039 26
319,513 319,513 0000000000000000103034a55ca5f6d68f0e8070fe923c27677dd17ad86fb8a4 0.30 MB 635 27
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,624.89 GB sent, 93.01 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.