Memory Pool Memory Pool Refreshing

3,606 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (13,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,565 894,565 00000000000000000001ef3078302237736286d4bc595f8f88184b58a63cabf1 1.68 MB 3,572 5
894,564 894,564 000000000000000000017110f9cf844dcc7fd88234120fa54a5eed76e1d4d149 1.58 MB 2,926 5
894,563 894,563 000000000000000000015def1df4c9b7a43a95395051c8ad1b478de7810b6a31 1.69 MB 4,054 3
894,562 894,562 00000000000000000001bfc3ed8979ca03e32ffe8598adf094d29f3ddeab285c 1.74 MB 3,188 6
894,561 894,561 0000000000000000000017b626cbcfd819f4e4a44df87dcaa1a05c6f4dfe891f 1.82 MB 3,635 7
894,560 894,560 00000000000000000001459bc9eaf971f071f6c60d5a4ea02c593d6858eb14c0 1.72 MB 4,073 7
894,559 894,559 00000000000000000001f99f4b7b18ba3080d27d474cf59d016311b36e82697f 1.65 MB 3,827 7
894,558 894,558 0000000000000000000012f8f441e8af0b2187d58b1c8499689f8a4ede3d758a 1.77 MB 4,185 5
894,557 894,557 00000000000000000001e68e4c4c845667676586415731c44eb7d6a88355d942 1.70 MB 3,971 13
894,556 894,556 000000000000000000015f158fc1b92d2d72d236b36a9378bc257a45aa7fad95 1.61 MB 3,716 4
894,555 894,555 00000000000000000001d0017f72a0f3122e791941a18c3eb8d50b4dfff8d7c9 1.61 MB 3,103 7
894,554 894,554 00000000000000000000bc9ffdcccf396042eb35ebd1632c7bc9be26f5c6ba3d 1.34 MB 1,243 2
894,553 894,553 00000000000000000000ef273a6eb5a9ccd49e5f4416f0112103fe084d8c868a 1.67 MB 3,551 6
894,552 894,552 000000000000000000019fc503720e6ec0ad5051cce0dd9c675fddf7418a3de1 1.67 MB 3,124 9
894,551 894,551 000000000000000000007b0f2950bac58bd130d78a08f5041a60510b9dd4cdb6 1.43 MB 2,645 8
894,550 894,550 0000000000000000000138daaf97cc4f3e3ef4fcc5ea56f9597d14f351055370 1.56 MB 3,481 8
894,549 894,549 000000000000000000002c86bb1ce42c23a96e0c9327ea0824024f09eb914ccc 1.40 MB 1,499 4
894,548 894,548 0000000000000000000194c815202627ddc29b883b26600a34752d6273d4c9f9 1.70 MB 3,056 5
894,547 894,547 00000000000000000000b1a7a529d8552b60c457abc50d97de966c9f2b0878ce 1.53 MB 3,483 7
894,546 894,546 00000000000000000000ae5e2c7baa401331abe0ff457e3adbd9a28f5916a1e9 1.63 MB 3,208 12
894,545 894,545 000000000000000000011832ed480f9b86b4ad0c5b420ce310bd8983f0a1bb35 1.16 MB 796 2
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 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.