Memory Pool Memory Pool Refreshing

8,777 transactions
6.16 vMB
Show Random Selection Loading Transactions
Max Size: 31/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,515 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,531 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,514 (868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,646 898,646 000000000000000000007d14cba106517488ad9ec5b302f4f7335621bbf032a9 1.52 MB 3,287 8
898,645 898,645 000000000000000000014f2ff2c53665e689d0cfd5a76a681f07311d524d1d37 1.41 MB 1,707 3
898,644 898,644 000000000000000000008b65f5b4682a3a70afa7d97cb6bd753f8574add00780 1.53 MB 3,532 4
898,643 898,643 00000000000000000000af77dec47c230e03b86b7145ab100e2429c51ea3b9fe 1.41 MB 1,906 3
898,642 898,642 000000000000000000023a875f4a6fdebe42cc748621d7f39c1f13c954756403 1.07 MB 400 2
898,641 898,641 000000000000000000002473cb0138d8ca2fe91f52c9d9694e429d2b5ce53895 1.46 MB 2,217 4
898,640 898,640 00000000000000000000a6331446a81d8fc97e48cadcb39f1486c8d3743361a7 1.59 MB 2,613 4
898,639 898,639 000000000000000000003583e4bccf79889e313e83d1dc58a675e48cf40f6703 1.65 MB 2,438 4
898,638 898,638 00000000000000000001612d4f9a53e25c81c475a5d9b646f3ff71897882b988 1.46 MB 3,262 6
898,637 898,637 00000000000000000001e05c088df50035ac7c2fd2ccfe2ef1a8df897e2c8748 1.57 MB 4,041 9
898,636 898,636 000000000000000000005918b694a648de1185a3f352c208c20d3d18bb84cd71 1.73 MB 2,382 3
898,635 898,635 000000000000000000010f4fa6fac3246aef742494eb9db5d468a2488a27f7cc 1.60 MB 3,135 3
898,634 898,634 0000000000000000000089661c152a79e0405a4c66ee7936f1b92395874468a8 1.58 MB 4,116 4
898,633 898,633 00000000000000000001d5f469b7b27814c33e0078deb89c88ac413347a25f8b 1.65 MB 3,431 6
898,632 898,632 00000000000000000001726e31005d00c9191538772e07797b7d1c97f5933e8f 1.70 MB 3,243 5
898,631 898,631 000000000000000000006476fcd051b73bcbaf5e19a3161b2fb142c683fc0e98 1.63 MB 3,754 9
898,630 898,630 00000000000000000001c9eaa8f74a32cf50b30f809c53b079f845731ed75529 1.63 MB 2,039 4
898,629 898,629 00000000000000000000ef15e924da9ad61b4890c563f89a1847d66b05edc810 1.57 MB 4,447 5
898,628 898,628 00000000000000000000b2222389bf1614279fcb7ae825134ff0491cd03a0257 1.63 MB 3,430 9
898,627 898,627 00000000000000000002369aeea231d783362e99f10eeae91b95d0f18b92cfc4 1.57 MB 3,991 7
898,626 898,626 0000000000000000000167206eadbfba63688550c74dd0327f14b9d96a81171a 1.51 MB 3,765 10
Previous 10 blocks ↓
Total Size: 755.08 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: 490.00 GB sent, 24.48 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.